fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

FuzzBench - Fuzzer benchmarking as a service.

Results 292 fuzzbench issues
Sort by recently updated
recently updated
newest added

https://www.fuzzbench.com/reports/sample/index.html Click on `Coverage reports for each fuzzer on this benchmark` and then select a fuzzer, e.g. `mopt` https://storage.googleapis.com/fuzzbench-data/2020-09-07/coverage/reports/curl_curl_fuzzer_http/mopt/index.html Returns `NoSuchKeyThe specified key does not exist.No such object: fuzzbench-data/2020-09-07/coverage/reports/curl_curl_fuzzer_http/mopt/index.html`

Hi, I have added two fuzzers: AFLChurn and AFLChurn++ AFLChurn is built off AFL, and AFLChurn++ is built of AFL++, so I've pretty much copied the respective integration files I...

Not sure if this is an issue on my end, but I've noticed that libjpeg-turbo is doing significantly worse than it was previously. I've spent a bunch of time today...

Hello, I'm trying to integrate a ``Libafl`` based fuzzer, following ``AFLRustRust``'s FuzzBench configuration and I got strange errors when testing with `libxml2_xml`. Some of the initial inputs were not regular...

Currently, we have to write down the [experiment report and data info](https://github.com/google/fuzzbench/pull/1984#issuecomment-2123668690) manually. This is annoying because the experiment trigger always parses the last comment, so we must wait until...

Hello, while experimenting on FuzzBench, I noticed that my fuzzer runs normally, and new corpus data is continuously being added to experiment-data. However, from a certain point, the data of...