r/EmuDev 4d ago

Needed a lightweight PE parser for a reverse engineering project. readpe parses PE/PE32+ files without dependencies: - DOS header validation - PE signature check - Section headers - Import directory parsing Built in C with no external libs. Use

https://github.com/DaviAlcanfor/readpe
4 Upvotes

Duplicates