|
IDA SDK
|
Variables | |
| const type_t | BT_INT8 = 0x02 |
| __int8 | |
| const type_t | BT_INT16 = 0x03 |
| __int16 | |
| const type_t | BT_INT32 = 0x04 |
| __int32 | |
| const type_t | BT_INT64 = 0x05 |
| __int64 | |
| const type_t | BT_INT128 = 0x06 |
| __int128 (for alpha & future use) | |
| const type_t | BT_INT = 0x07 |
| natural int. (size provided by idp module) | |
| const type_t | BTMT_UNKSIGN = 0x00 |
| unknown signedness | |
| const type_t | BTMT_SIGNED = 0x10 |
| signed | |
| const type_t | BTMT_USIGNED = 0x20 |
| unsigned | |
| const type_t | BTMT_UNSIGNED = BTMT_USIGNED |
| const type_t | BTMT_CHAR = 0x30 |
| specify char or segment register More... | |