IDA SDK
|
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 | |