| 56 | void Instruction::setDestInstructionIndex(int destInstructionIndex) { this->destInstructionIndex = destInstructionIndex; } |
| 57 | |
| 58 | DWORD Instruction::getRva() { return rva; } |
| 59 | |
| 60 | ZydisDecodedInstruction Instruction::getInstructionInfo() { return instructionInfo; } |
| 61 |
nothing calls this directly
no outgoing calls
no test coverage detected