Debug Remover
March 17, 2022 ยท View on GitHub
A tiny tool to strip the debug information from Windows binary files.
Usage
debug_remover <binary_file>
Before

After

Stuff used
- PeLib by RetDec (https://github.com/iArtorias/pelib-updated | https://github.com/avast/retdec)
Compilation notes
- Visual Studio 2022 is recommended to compile this project