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: 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 More...
 

Detailed Description

Variable Documentation

◆ 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