MCPcopy 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

11void VMHandler::setRva(DWORD rva) { this->rva = rva; }
12
13void VMHandler::setFileOffset(DWORD fileOffset) { this->fileOffset = fileOffset; }

Callers 1

addVmHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected