|
IDA SDK
|
Variables | |
| const type_t | BT_BOOL = 0x08 |
| bool | |
| const type_t | BTMT_DEFBOOL = 0x00 |
| size is model specific or unknown(?) | |
| const type_t | BTMT_BOOL1 = 0x10 |
| size 1byte | |
| const type_t | BTMT_BOOL2 = 0x20 |
| size 2bytes - !inf_is_64bit() | |
| const type_t | BTMT_BOOL8 = 0x20 |
| size 8bytes - inf_is_64bit() | |
| const type_t | BTMT_BOOL4 = 0x30 |
| size 4bytes | |