# **Debug Remover** [![GitHub All Releases](https://img.shields.io/github/downloads/iArtorias/debug_remover/total.svg)](https://github.com/iArtorias/debug_remover/releases) ### A tiny tool to strip the debug information from Windows binary files. ## Usage ``` debug_remover ``` ### Before ![debug_remover](https://i.imgur.com/oKCMKxk.png) ### After ![debug_remover](https://i.imgur.com/HuqBtAb.png) ## 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