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

Method setRva

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

Source from the content-addressed store, hash-verified

9std::vector<BYTE> VMHandler::getBytes() { return bytes; }
10
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