| 11 | bool VMSection::isInitialised() { return initialised; } |
| 12 | |
| 13 | DWORD VMSection::getWritePointer() { return writePointer; } |
| 14 | |
| 15 | DWORD VMSection::getWritePointerFileOffset() { return writePointer + pointerToRawData; } |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected