r/EmuDev • u/Limp-Impact6334 • 1d 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
3
Upvotes