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

Method getFileOffset

src/vm_handler.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5DWORD VMHandler::getRva() { return rva; }
6
7DWORD VMHandler::getFileOffset() { return fileOffset; }
8
9std::vector<BYTE> VMHandler::getBytes() { return bytes; }
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected