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

It seems that the previous experiment (#1568) failed to start. I hope it works this time. Thank you for your great efforts to keep FuzzBench running!

1. Deprecate [the list of fuzzers as discussed](https://github.com/google/fuzzbench/pull/1526#issuecomment-1334641934). 2. Let CI [ignore fuzzers](https://github.com/google/fuzzbench/pull/1570/files#diff-c0fba10e89a75fc5b00739b8d8a7866a703c0c37032f2c4a415ba1027e6242aeR113) that we want to keep but are not yet compatible with Ubuntu20 or Python3.10.

Use the latest Rust. Now SymCC builds.

Adding MuttFuzz (a binary fuzzing alternative to our "First, Fuzz the Mutants" paper). This will likely integrate better with fuzzbench and thus work on experiments, as we are mutating binaries...

Deprecations: https://github.com/google/fuzzbench/actions/runs/8752698488/job/24020848759?pr=1956#step:8:391 Conflicts: ``` ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,=3.7,=3.7,=3.7,=3.7,=3.7,=3.7,=3.7,=3.7,=3.7,=3.7,=3.8,=3.8,=3.8,=3.8,=3.8,=3.8,=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*,

I want to generate data about bugs. Do you know how to adjust it?

- we have duplicate rust installation in builder.Dockerfile - libafl_text is outdated, so I removed it

This is a new afl++- based fuzzer that uses new vulnerability type instrumentation and seed group structures with targeted optimizations for seed selection, power scheduling, and mutation.

Hi, we want to test a standalone module of TuneFuzz and its updated version. This module's origin implementation has been merged into AFL++ and we want to compare old AFL++...