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
Flags structure

Here we define the organization of flags64_t values. More...

Modules

 States
 Represent general characteristics of a byte in the program.
 
 Instruction/Data operands
 Represent instruction/data operands.
 
 Code bytes
 Represent characteristics of instructions.
 

Macros

#define MS_VAL   0x000000FF
 Mask for byte value.
 
#define FF_IVL   0x00000100
 Byte has value ?
 

Detailed Description

Here we define the organization of flags64_t values.

Low 8 bits contain value of corresponding byte of the program. The next bit is set if the byte is initialized.