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

Method getBytes

src/vm_section.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17DWORD VMSection::getWritePointerRva() { return fileOffsetToRva(getWritePointerFileOffset(), virtualAddress, pointerToRawData); }
18
19std::vector<BYTE> VMSection::getBytes() { return bytes; }
20
21void VMSection::addVmTramp(DWORD bytecodeRva)
22{

Callers 3

addVmHandlerMethod · 0.45
addVmSectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected