fuzzbench
fuzzbench copied to clipboard
Ensemble Fuzzing of AFL Forks
Ensemble fuzzing using MOpt, Fairfuzz, AFL, AFLPlusPlus, and AFLFast. Each fuzzer is rotated every hour.
This isn't tested in CI either though it probably (maybe not since in theory it should only fail if one of the fuzzers it uses does) should.
@jonathanmetzman Can you make sure the changes to the AFLDriver artifact generation in the Dockerfile make sense?
LGTM. I'll try this out when the current experiment finishes (probably can start around sunday). Can you add this to the list of fuzzers in fuzzers.yml github action so we can test this build?
This code is ready to land but I'm not sure we will land it right now since it isn't exactly a fuzzer, it's a group of them (I'm concerned it may confuse users). I just finished benchmarking it and I will try to compare it to the other fuzzers soon.
Marking as draft since I don't think we want to land this yet.