IDA C++ SDK 9.2
Loading...
Searching...
No Matches
idd_opinfo_t Struct Reference

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

Detailed Description

Instruction operand information.

Member Data Documentation

◆ modified

bool idd_opinfo_t::modified = false

the operand is modified (written) by the instruction

◆ ea

ea_t idd_opinfo_t::ea = BADADDR

operand address (#BADADDR - no address)

◆ value

regval_t idd_opinfo_t::value

operand value. custom data is represented by 'bytes'.

◆ debregidx

int idd_opinfo_t::debregidx = -1

for custom data: index of the corresponding register in dbg->registers

◆ value_size

int idd_opinfo_t::value_size = 0

size of the value in bytes


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