Debug Remover

March 17, 2022 ยท View on GitHub

GitHub All Releases

A tiny tool to strip the debug information from Windows binary files.

Usage

debug_remover <binary_file>

Before

debug_remover

After

debug_remover

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

Contents

  1. 0.1A tiny tool to strip the debug information from Windows binary files.
  2. 1Usage
  3. 1.1Before
  4. 1.2After
  5. 2Stuff used
  6. 3Compilation notes