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

Method getInstructionInfo

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

Source from the content-addressed store, hash-verified

58DWORD Instruction::getRva() { return rva; }
59
60ZydisDecodedInstruction Instruction::getInstructionInfo() { return instructionInfo; }
61
62std::vector<ZydisDecodedOperand> Instruction::getOperandInfo() { return operandInfo; }
63

Callers 3

disassembleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected