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
Convenience definitions: unknown types

Variables

const type_t BT_UNK_BYTE = (BT_VOID | BTMT_SIZE12)
 1 byte
 
const type_t BT_UNK_WORD = (BT_UNK | BTMT_SIZE12)
 2 bytes
 
const type_t BT_UNK_DWORD = (BT_VOID | BTMT_SIZE48)
 4 bytes
 
const type_t BT_UNK_QWORD = (BT_UNK | BTMT_SIZE48)
 8 bytes
 
const type_t BT_UNK_OWORD = (BT_VOID | BTMT_SIZE128)
 16 bytes
 
const type_t BT_UNKNOWN = (BT_UNK | BTMT_SIZE128)
 unknown size - for parameters
 

Detailed Description