Click here to Skip to main content
15,881,173 members
Articles / Programming Languages / C++20

libpe: PE32/PE32+ Binaries Parsing Library

Rate me:
Please Sign up or sign in to vote.
4.98/5 (35 votes)
17 Mar 2024MIT3 min read 81K   596   78  
Library for parsing internal structures of PE32/PE32+ binary files.
This project details the functionality of "libpe," a C++ library enabling the manipulation and extraction of various data structures from PE32(x86) and PE32+(x64) binaries. It provides methods to access and retrieve different headers, tables, sections, and resource information.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Zaire Zaire
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions