| 62 | std::vector<ZydisDecodedOperand> Instruction::getOperandInfo() { return operandInfo; } |
| 63 | |
| 64 | int Instruction::getDestInstructionIndex() { return destInstructionIndex; } |
| 65 | |
| 66 | std::vector<BYTE> Instruction::getVirtualInstructionBytes() |
| 67 | { |
no outgoing calls
no test coverage detected