Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/connorjaydunn/BinaryShield
/ load
Method
load
src/pe.cpp:7–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
PE::~PE() { close(); }
6
7
bool PE::load()
8
{
9
if (!open())
10
return 0;
11
12
if (!emitRead())
13
return 0;
14
15
close();
16
17
if (!parseHeaders())
18
return 0;
19
20
return 1;
21
}
22
23
bool PE::save(std::string path)
24
{
Callers
1
main
Function · 0.80
Calls
1
emitRead
Function · 0.85
Tested by
no test coverage detected