deepstate icon indicating copy to clipboard operation
deepstate copied to clipboard

Support AFL persistent mode

Open agroce opened this issue 6 years ago • 0 comments

https://lcamtuf.blogspot.com/2015/06/new-in-afl-persistent-mode.html

One reason AFL loses to libFuzzer for API fuzzing is throughput; persistent mode ought to work for us, since libFuzzer does. Of course, people can write their own persistent mode tool, calling LLVMFuzzerTestOneInput but we should (A) at least document this, which probably beats deferred forkserver mode we currently show and (B) make it a little easier than that, since it is likely to be the default mode (since we need to support libFuzzer anyway).

agroce avatar Dec 18 '18 13:12 agroce