| 13 | DWORD VMSection::getWritePointer() { return writePointer; } |
| 14 | |
| 15 | DWORD VMSection::getWritePointerFileOffset() { return writePointer + pointerToRawData; } |
| 16 | |
| 17 | DWORD VMSection::getWritePointerRva() { return fileOffsetToRva(getWritePointerFileOffset(), virtualAddress, pointerToRawData); } |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected