An open API service indexing awesome lists of open source software.

https://github.com/iartorias/debug_remover

A tiny tool to strip the debug info from Windows binary files.
https://github.com/iartorias/debug_remover

cpp cpp17 debug pe pe-binaries

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# **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