fuzzbench
fuzzbench copied to clipboard
FuzzBench - Fuzzer benchmarking as a service.
Running a cloud experiment to test #1961, please let me know if we have done so. Also running an experiment locally.
According to the [docs](https://google.github.io/fuzzbench/running-a-cloud-experiment/running-an-experiment/#advanced-usage), [run_experiment.py](https://github.com/google/fuzzbench/blob/master/experiment/run_experiment.py#L625) accepts a fuzzer configuration file via the `--fuzzer-configs` argument. However, it appears that this argument no longer exists in the current version. Related question: what...
Hi @DonggeLiu This is the longer fuzzer experiment that I was talking about last month. For now can we check if this fuzzer stands the 24 hours run?
Hi . For running a local test experiment I have the following error : ``` PYTHONPATH=. python3 experiment/run_experiment.py --experiment-config experiment-config.yaml --benchmarks curl_curl_fuzzer_http --experiment-name $EXPERIMENT_NAME --fuzzers afl libfuzzer Traceback (most recent...
Hi, we want to test gfuzz, a variant of AFL++. We have tested all the target benchmarks, and all of them ran successfully. We'd like to run only `2` iterations...
Hi, I have a new fuzzer based on LibAFL that I would like to integrate. I'd like to be able to run an experiment to compare it with the other...
Bumps the pip group with 3 updates in the / directory: [jinja2](https://github.com/pallets/jinja), [redis](https://github.com/redis/redis-py) and [scipy](https://github.com/scipy/scipy). Updates `jinja2` from 3.1.2 to 3.1.4 Release notes Sourced from jinja2's releases. 3.1.4 This is...
Running a coverage-based and bug-based experiment with the latest infra, fuzzer, and benchmarks.
The benchmark is no longer compatible, and bug/coverage measurement failures were caused during experiments. Results: https://storage.googleapis.com/www.fuzzbench.com/reports/2024-05-16-new-bug/index.html https://storage.googleapis.com/www.fuzzbench.com/reports/2024-05-17-new-bug/index.html `aspell_aspell_fuzzer_e8eb74` is the only one causing this problem, other benchmarks are fine: https://github.com/google/fuzzbench/pull/1985#issuecomment-2120328749