| 58 | DWORD Instruction::getRva() { return rva; } |
| 59 | |
| 60 | ZydisDecodedInstruction Instruction::getInstructionInfo() { return instructionInfo; } |
| 61 | |
| 62 | std::vector<ZydisDecodedOperand> Instruction::getOperandInfo() { return operandInfo; } |
| 63 |
no outgoing calls
no test coverage detected