fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

FuzzBench - Fuzzer benchmarking as a service.

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

This is the PR for taking part in SBFT25. It is currently incomplete.

Centipede is currently broken. This uses the fix from OSS-Fuzz: https://github.com/google/oss-fuzz/pull/12840

The MOpt fuzzer commit is outdated and does not contain an important bug fix ... from 2021 :-) Also updated AFL++ to newest version and clarified documentation. @DonggeLiu please merge

This is the PR for taking part in SBFT25. It is currently incomplete.

Custom benchmark runs, e.g. > /gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2025-01-09-afl3 --fuzzers afl_mb mopt have their intermediate report results displayed correctly, however once it is finalized, their results are...

Hi, I checked [AFLplusplus's description](https://github.com/google/fuzzbench/blob/master/fuzzers/aflplusplus/description.md) and [fuzzer.py](https://github.com/google/fuzzbench/blob/master/fuzzers/aflplusplus/fuzzer.py), and noticed a possible mismatch. The description says it uses the `fast` power schedule, but I couldn't find anywhere in the [fuzzer.py](https://github.com/google/fuzzbench/blob/master/fuzzers/aflplusplus/fuzzer.py) that...

I add a new fuzzer following instructions from https://google.github.io/fuzzbench/getting-started/adding-a-new-fuzzer/. Basically, this new fuzzer directory (I call hfuzz_rb_afl) is a copy of aflplusplus_qemu. If I try to test build the fuzzer...

This experiment modifies the freetype2 benchmark to use a custom seed. Given the failure of our previous experiments, we have kept this experiment extremely simple so that if it fails,...

Hi, we want to evaluate the no gllvm version of our fuzzer FOX, comparing it against corresponding version of aflplusplus The command to run the experiment is: ``` /gcbrun run_experiment.py...