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

Method addVmSection

src/pe.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool PE::addVmSection() { return addSection(".binshld", 0xE0000000, vmSection.getBytes()); }
99
100DWORD PE::rvaToFileOffset(DWORD rva)
101{

Callers 1

mainFunction · 0.80

Calls 1

getBytesMethod · 0.45

Tested by

no test coverage detected