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

Method getDestInstructionIndex

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

Source from the content-addressed store, hash-verified

62std::vector<ZydisDecodedOperand> Instruction::getOperandInfo() { return operandInfo; }
63
64int Instruction::getDestInstructionIndex() { return destInstructionIndex; }
65
66std::vector<BYTE> Instruction::getVirtualInstructionBytes()
67{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected