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
Type attributes for enums

Macros

#define TAENUM_64BIT   0x0020
 enum: store 64-bit values
 
#define TAENUM_UNSIGNED   0x0040
 enum: unsigned
 
#define TAENUM_SIGNED   0x0080
 enum: signed
 
#define TAENUM_OCT   0x0100
 enum: octal representation, if BTE_HEX
 
#define TAENUM_BIN   0x0200
 enum: binary representation, if BTE_HEX only one of OCT/BIN bits can be set. More...
 
#define TAENUM_NUMSIGN   0x0400
 enum: signed representation, if BTE_HEX
 
#define TAENUM_LZERO   0x0800
 enum: print numbers with leading zeroes (only for HEX/OCT/BIN)
 

Detailed Description

Macro Definition Documentation

◆ TAENUM_BIN

#define TAENUM_BIN   0x0200

enum: binary representation, if BTE_HEX only one of OCT/BIN bits can be set.

they are meaningful only if BTE_HEX is used.