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

Experiment: https://www.fuzzbench.com/reports/2020-10-11-saturated-ossfuzz-corpus/index.html OSS-Fuzz corpora used: gs://fuzzbench-data/2020-10-11-ossfuzzc/oss_fuzz_corpora

when I run `make presubmit`or `make lint` ,there is always be a lint failed. `make lint` ``` source .venv/bin/activate && python3 presubmit.py lint ************* Module presubmit ``` then the error...

New experiments will be announced on this issue as discussed on #205. I think this is a good place to discuss experiments as well.

We have a benchmark now, matio, that has many crashes. For crash-based benchmarking we need a way for FuzzBench to identify when a fuzzer has found a crash. I propose...

We are going to add benchmarks in which OSS-Fuzz found many bugs as part of bug-based benchmarking. We need a method of verifying these crashes reproduce in the fuzzbench builds...

In Fuzzbench, coverage reports do not start at the origin. Instead the Y-axis begins at the coverage achieved for the first data point (currently after 15 minutes). The initial seed...

Hi, Do you have report about how KLEE perform in this benchmark? Like coverage.

Hi I started to run a local experiment as described [here](https://google.github.io/fuzzbench/getting-started/prerequisites/) and [here](https://google.github.io/fuzzbench/running-a-local-experiment) . I run the following command : `PYTHONPATH=. python3 experiment/run_experiment.py --experiment-config experiment-config.yaml --benchmarks freetype2-2017 bloaty_fuzz_target --experiment-name $EXPERIMENT_NAME...

@eqv's idea Either 1: Capture a sample of inputs generated during fuzzing and then store path/state transitions that happen. 2. Capture path/state transitions in real-time (without slowing things).

core feature
priority

A nice to have feature would be progress bars for measurement and trials on reports. This could give an idea of when an experiment is done. I think it should...

enhancement