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

Method getBytes

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

Source from the content-addressed store, hash-verified

7DWORD VMHandler::getFileOffset() { return fileOffset; }
8
9std::vector<BYTE> VMHandler::getBytes() { return bytes; }
10
11void VMHandler::setRva(DWORD rva) { this->rva = rva; }
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected