MCPcopy Create free account
hub / github.com/connorjaydunn/BinaryShield / getRva

Method getRva

src/instruction.cpp:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56void Instruction::setDestInstructionIndex(int destInstructionIndex) { this->destInstructionIndex = destInstructionIndex; }
57
58DWORD Instruction::getRva() { return rva; }
59
60ZydisDecodedInstruction Instruction::getInstructionInfo() { return instructionInfo; }
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected