IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Basic type: integer

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

Detailed Description

Variable Documentation

◆ BT_INT8

const type_t BT_INT8 = 0x02

__int8

◆ BT_INT16

const type_t BT_INT16 = 0x03

__int16

◆ BT_INT32

const type_t BT_INT32 = 0x04

__int32

◆ BT_INT64

const type_t BT_INT64 = 0x05

__int64

◆ BT_INT128

const type_t BT_INT128 = 0x06

__int128 (for alpha & future use)

◆ BT_INT

const type_t BT_INT = 0x07

natural int. (size provided by idp module)

◆ BTMT_UNKSIGN

const type_t BTMT_UNKSIGN = 0x00

unknown signedness

◆ BTMT_SIGNED

const type_t BTMT_SIGNED = 0x10

signed

◆ BTMT_USIGNED

const type_t BTMT_USIGNED = 0x20

unsigned

◆ BTMT_UNSIGNED

const type_t BTMT_UNSIGNED = BTMT_USIGNED

◆ BTMT_CHAR

const type_t BTMT_CHAR = 0x30

specify char or segment register

  • BT_INT8 - char
  • BT_INT - segment register
  • other BT_INT... - don't use