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.
- Host: GitHub
- URL: https://github.com/iartorias/debug_remover
- Owner: iArtorias
- Created: 2022-03-16T19:25:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T19:46:09.000Z (about 4 years ago)
- Last Synced: 2025-04-09T20:48:30.479Z (12 months ago)
- Topics: cpp, cpp17, debug, pe, pe-binaries
- Language: C++
- Homepage:
- Size: 142 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Debug Remover**
[](https://github.com/iArtorias/debug_remover/releases)
### A tiny tool to strip the debug information from Windows binary files.
## Usage
```
debug_remover
```
### 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