Registry / other / pe-parse

pe-parse

JSON →
library2.1.1vcpkgunverified

pe-parse is a principled, lightweight C/C++ PE parser

vcpkg install pe-parse
INSTALL
IMPORT
SIG · PE-PARSE
P
pe-parse
othercppv2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pe-parse/pe-parse.h
#include <pe-parse/pe-parse.h>

Parse a PE executable file

#include <pe-parse/pe-parse.h> #include <iostream> int main() { auto pe = peparse::ParsePEFromFile("test.exe"); if (pe) { std::cout << "PE file parsed successfully" << std::endl; peparse::DestructParsedPE(pe); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

pe-parse — pip install pe-parse · libregistry