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

Method getWritePointer

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

Source from the content-addressed store, hash-verified

11bool VMSection::isInitialised() { return initialised; }
12
13DWORD VMSection::getWritePointer() { return writePointer; }
14
15DWORD VMSection::getWritePointerFileOffset() { return writePointer + pointerToRawData; }
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected