ROSE
0.11.131.0
|
Information about an instruction within the basic block being modified.
Definition at line 127 of file CodeInserter.h.
#include <Rose/BinaryAnalysis/CodeInserter.h>
Public Member Functions | |
InstructionInfo (SgAsmInstruction *insn) | |
Public Attributes | |
rose_addr_t | originalVa |
Original address of instruction. More... | |
Sawyer::Optional< rose_addr_t > | newVaOffset |
Offset of instruction from front of encoded insn vector. More... | |
rose_addr_t Rose::BinaryAnalysis::CodeInserter::InstructionInfo::originalVa |
Original address of instruction.
Definition at line 128 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 129 of file CodeInserter.h.