IDA SDK
idd_opinfo_t Struct Reference

Detailed Description

Instruction operand information.

Public Attributes

bool modified = false
 the operand is modified (written) by the instruction
 
ea_t ea = BADADDR
 operand address (BADADDR - no address)
 
regval_t value
 operand value. custom data is represented by 'bytes'.
 
int debregidx = -1
 for custom data: index of the corresponding register in dbg->registers
 
int value_size = 0
 size of the value in bytes
 

The documentation for this struct was generated from the following file: