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

@addisoncrump how about libafl vs afl++, afl, libfuzzer, honggfuzz?

As discussed in FUZZING'23, we want to extend Fuzzbench to allow for Rust targets. Not all fuzzers will be compatible, but we would like to define a standard interface for...

Hi~ I cant run the fuzzbench locally Make presubmit was successful.Then I wanted to run the experiment,then run the command: ``` PYTHONPATH=. python3 experiment/run_experiment.py \ --experiment-config experiment-config.yaml \ --benchmarks bloaty_fuzz_target...

Blocked on Pytype supporting 3.11

As discussed in FUZZING'23, we are looking to extend Fuzzbench to allow for the detection of diverse bug oracles. Namely, we are interested in: - differential oracles (crash when output...

My view of fuzzers is that "better" fuzzers can find more exploitable bugs than worse fuzzers. While coverage is a decent, easy-to-use, proxy for this, we should look into using...

core feature
priority

This was observed in [this experiment](https://github.com/google/fuzzbench/pull/1880#issuecomment-1681602328). Here is [the error log](https://pantheon.corp.google.com/logs/query;cursorTimestamp=2023-08-17T12:43:22.568776528Z;endTime=2023-08-21T01:38:11.678Z;query=jsonPayload.experiment%3D%222023-08-04-sfuzz%22%0AjsonPayload.benchmark%3D%22woff2_convert_woff2ttf_fuzzer%22%0Aseverity%3E%3DWARNING%0AjsonPayload.message!%3D%22Corpus%20not%20found%20for%20cycle:%200.%22%0Atimestamp%3D%222023-08-17T12:43:18.463572869Z%22%0AinsertId%3D%2218yfmbdffhas18%22;startTime=2023-08-16T01:38:11.678Z?project=fuzzbench): ``` Traceback (most recent call last): File "/src/experiment/runner.py", line 454, in experiment_main runner.conduct_trial() File "/src/experiment/runner.py", line 276, in conduct_trial...

Bumps [scipy](https://github.com/scipy/scipy) from 1.9.2 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Hi folks, I'm coming with the unfortunate news that Mozilla is going to decommission the [fuzzdata](https://github.com/MozillaSecurity/fuzzdata) repository soon (more background info can be found in [issue 11](https://github.com/MozillaSecurity/fuzzdata/issues/11)). We found fuzzbench...