MCPcopy Create free account
hub / github.com/connorjaydunn/BinaryShield / getWritePointerFileOffset

Method getWritePointerFileOffset

src/vm_section.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13DWORD VMSection::getWritePointer() { return writePointer; }
14
15DWORD VMSection::getWritePointerFileOffset() { return writePointer + pointerToRawData; }
16
17DWORD VMSection::getWritePointerRva() { return fileOffsetToRva(getWritePointerFileOffset(), virtualAddress, pointerToRawData); }
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected