closes #265
I think this does what was suggested in #265 (comment).
I haven’t run this yet. I only ran the original script once in a ubuntu 24.04 vm.
I’m currently concerned with two things:
-
Can I continue to set the output dir of the fuzz engines to the real corpus, given hash-based filenames for the fuzz inputs, so overwrites would be idempotent? Before,
afl-cminwas only run once per fuzz target. libFuzzer via the test runner was run once per sanitizer. -
I’m new to fuzzing. Did I actually understand what I’m doing here?