| 7 | DWORD VMHandler::getFileOffset() { return fileOffset; } |
| 8 | |
| 9 | std::vector<BYTE> VMHandler::getBytes() { return bytes; } |
| 10 | |
| 11 | void VMHandler::setRva(DWORD rva) { this->rva = rva; } |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected