Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/connorjaydunn/BinaryShield
/ setFileOffset
Method
setFileOffset
src/vm_handler.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
void VMHandler::setRva(DWORD rva) { this->rva = rva; }
12
13
void VMHandler::setFileOffset(DWORD fileOffset) { this->fileOffset = fileOffset; }
Callers
1
addVmHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected