deepstate
deepstate copied to clipboard
Support AFL persistent mode
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).