fuzzbench
fuzzbench copied to clipboard
FuzzBench - Fuzzer benchmarking as a service.
Hi, @DonggeLiu I have a new fuzzer based on AFL++ that I would like to test it. Could you help me run it? ``` /gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name...
Show data and report links of public experiments. It can also dynamically determine which report link to use. ``` Experiment \`${EXP_NAME}\` data and results will be available later at: [The...
Bumps the bundler group with 2 updates in the /docs directory: [nokogiri](https://github.com/sparklemotion/nokogiri) and [rexml](https://github.com/ruby/rexml). Updates `nokogiri` from 1.16.2 to 1.16.5 Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security...
Hi, @DonggeLiu I've added a new fuzzer called `lfuzz`. Could you please help me run experiments with it? I have already completed the following tasks in advance: 1. I have...
I am hoping to measure some java or python benchmarks with fuzzbench. So I migrate a java library (java-xmlbuilder) from OSS-Fuzz by copying Dockerfile, build.sh and XmlBuilderFuzzer.java. Then I try...
Related: https://github.com/google/fuzzbench/pull/1982#issuecomment-2154382720 #1993
Debug 2025
by cherry-picking commits from #2025 and #2038
DGFuzz Testing
This is a new fuzzer that I'd like to test out. ``` /gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-07-07-dgfuzz --fuzzers dgfuzz libafl ```
This is a experiment to see how five fuzzers (afl, aflpp, libfuzzer, honggfuzz, libafl) behaves when supplied with a empty seeds and saturated seed corpus. First I want do an...