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

I'm running some local bug experiments and I noticed that fuzzbench reports some bugs while AFL++ didn't find any crashes (looking at results/fuzzer-log.txt). What is the explanation for that? Aren't...

Hi! Is it possible to remove fuzzbench local experiment limitations of the number of fuzzers and benchmarks? I remember I had experiments before with about 18 benchmarks and 5-8 fuzzers....

Many academic papers user fuzzbench to evaluate their contributions vs other fuzzers. Rarely (as in "I have never seen this done but it might have happened without me having noticed")...

question

I was trying to generate a simple report, following the command in the related documented. However, upon executing the command: ``` mkdir ~/my-report; cd ~/my-report wget https://www.fuzzbench.com/reports/sample/data.csv.gz PYTHONPATH= python3 analysis/generate_report.py...

Every individual benchmark has a graph that shows the coverage from 0:15 until 23:00, e.g. ![graph](https://www.fuzzbench.com/reports/2021-01-31-jigsaw/curl_curl_fuzzer_http_coverage_growth.svg) It would be nice to have a the same kind of graph for all...

getting symcc working in fuzzbench was a horrible experience as the image is based on an old ubuntu ... it might be difficult for the CI as I have to...

cla: yes

Otherwise it's easy to run an experiment with a stale dispatcher.

Currently if every build in an experiment fails, the measurer gets started. Because the measurer is so spammy, it's very hard to look through the logs and see what happened....

Fuzzbench uses service account keys because when we didn't use them there was a horrible bug logging which is bad for 2 reasons: 1. It breaks experiments because we log...

- [ ] Give researchers access to buckets (this will allow them to get some more real time feedback. - [ ] Make more logs public. This also improves the...