Open frewsxcv opened 9 years ago
Possible way accomplish this is to copy the last id files in the queue/ directory into a new in_dir/, rename them to "last_testcase#" and run?
- Running afl-fuzz with conjunction with other guided tools that can extend coverage (e.g., via concolic execution). Third-party tools simply need to follow the protocol described above for pulling new test cases from out_dir/
/queue/ and writing their own finds to sequentially numbered id:nnnnnn files in out_dir/ /queue/ .
Instead of starting from scratch upon each run, reuse a minimal set of test cases from the previous run. I think there's an afl command for this