wtdcode / afl-btmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

echo "source /path/to/repo/afl-btmin-gdb.py" >> ~/.gdbinit
python3 afl-btmin --afl afl_output_dir --output unique_crashes -- fuzz_program @@

About


Languages

Language:Python 100.0%