|
IDA C++ SDK 9.2
|
Instruction operand information. More...
#include <idd.hpp>
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 | |
Instruction operand information.
| bool idd_opinfo_t::modified = false |
the operand is modified (written) by the instruction
| ea_t idd_opinfo_t::ea = BADADDR |
operand address (#BADADDR - no address)
| regval_t idd_opinfo_t::value |
operand value. custom data is represented by 'bytes'.
| int idd_opinfo_t::debregidx = -1 |
for custom data: index of the corresponding register in dbg->registers
| int idd_opinfo_t::value_size = 0 |
size of the value in bytes