| 17 | DWORD VMSection::getWritePointerRva() { return fileOffsetToRva(getWritePointerFileOffset(), virtualAddress, pointerToRawData); } |
| 18 | |
| 19 | std::vector<BYTE> VMSection::getBytes() { return bytes; } |
| 20 | |
| 21 | void VMSection::addVmTramp(DWORD bytecodeRva) |
| 22 | { |
no outgoing calls
no test coverage detected