Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
PE::PE(std::string path) : path(path) {};
4
5
PE::~PE() { close(); }
6
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected