ROSE 0.11.145.147
|
Information about an instruction within the basic block being modified.
Definition at line 132 of file CodeInserter.h.
#include <Rose/BinaryAnalysis/CodeInserter.h>
Public Member Functions | |
InstructionInfo (SgAsmInstruction *) | |
Public Attributes | |
rose_addr_t | originalVa |
Original address of instruction. | |
Sawyer::Optional< rose_addr_t > | newVaOffset |
Offset of instruction from front of encoded insn vector. | |
rose_addr_t Rose::BinaryAnalysis::CodeInserter::InstructionInfo::originalVa |
Original address of instruction.
Definition at line 133 of file CodeInserter.h.
Sawyer::Optional<rose_addr_t> Rose::BinaryAnalysis::CodeInserter::InstructionInfo::newVaOffset |
Offset of instruction from front of encoded insn vector.
Definition at line 134 of file CodeInserter.h.