AFLplusplus / AFLplusplus

The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!

Home Page:https://aflplus.plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to let afl save timeout testcase

hac425xxx opened this issue · comments

I'm fuzzing some program,it has many timeout case, I want to debug these testcase, how to let afl save timeout testcase for me?

image

it automatically saved them when the timeouts are sever (x2 of configured timeout), they are then called "hangs".
you can reduce the timeout (with -t) and then easier create hangs. or increase timeout and have those timeouts also complete (as they do not take that much longer then the set timeout)