Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
bool PE::addVmSection() { return addSection(
".binshld"
, 0xE0000000, vmSection.getBytes()); }
99
100
DWORD PE::rvaToFileOffset(DWORD rva)
101
{
Callers
1
main
Function · 0.80
Calls
1
getBytes
Method · 0.45
Tested by
no test coverage detected