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

https://github.com/wtdcode/afl-btmin


https://github.com/wtdcode/afl-btmin

afl afl-fuzz aflplusplus

Last synced: 3 months ago
JSON representation

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 @@
```