MCPcopy 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

5PE::~PE() { close(); }
6
7bool 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
23bool PE::save(std::string path)
24{

Callers 1

mainFunction · 0.80

Calls 1

emitReadFunction · 0.85

Tested by

no test coverage detected