Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
DWORD VMHandler::getRva() { return rva; }
6
7
DWORD VMHandler::getFileOffset() { return fileOffset; }
8
9
std::vector<BYTE> VMHandler::getBytes() { return bytes; }
10
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected