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

Method PE

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

Source from the content-addressed store, hash-verified

1#include "pe.h"
2
3PE::PE(std::string path) : path(path) {};
4
5PE::~PE() { close(); }
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected