https://github.com/wtdcode/afl-btmin
https://github.com/wtdcode/afl-btmin
afl afl-fuzz aflplusplus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wtdcode/afl-btmin
- Owner: wtdcode
- Created: 2023-03-02T13:12:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T07:49:03.000Z (3 months ago)
- Last Synced: 2025-03-03T08:26:57.002Z (3 months ago)
- Topics: afl, afl-fuzz, aflplusplus
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## afl-btmin
Use backtrace to minimize crashes.
Python >= 3.8 is required and I suggest disabling other gdb plugins, i.e. keeping the `~/.gdbinit` clean.
Usage:
```bash
echo "source /path/to/repo/afl-btmin-gdb.py" >> ~/.gdbinit
python3 afl-btmin --afl afl_output_dir --output unique_crashes -- fuzz_program @@
```