IDA C++ SDK 9.2
Loading...
Searching...
No Matches
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

Variable Documentation

◆ BT_UNK_BYTE

const type_t BT_UNK_BYTE = (BT_VOID | BTMT_SIZE12)

1 byte

◆ BT_UNK_WORD

const type_t BT_UNK_WORD = (BT_UNK | BTMT_SIZE12)

2 bytes

◆ BT_UNK_DWORD

const type_t BT_UNK_DWORD = (BT_VOID | BTMT_SIZE48)

4 bytes

◆ BT_UNK_QWORD

const type_t BT_UNK_QWORD = (BT_UNK | BTMT_SIZE48)

8 bytes

◆ BT_UNK_OWORD

const type_t BT_UNK_OWORD = (BT_VOID | BTMT_SIZE128)

16 bytes

◆ BT_UNKNOWN

const type_t BT_UNKNOWN = (BT_UNK | BTMT_SIZE128)

unknown size - for parameters