Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Basic type: bool

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
 

Detailed Description