IDA SDK
Flags structure

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.

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 ?