fuzzbench
fuzzbench copied to clipboard
FuzzBench - Fuzzer benchmarking as a service.
Hi @DonggeLiu, I've just added a new fuzzer, KFuzz, to FuzzBench. Could you assist me in running an experiment to test it? Thank you! ``` /gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml...
@addisoncrump Shall we run [this experiment](https://github.com/google/fuzzbench/pull/2028#issuecomment-2425139680) here?
This PR adds the FOX fuzzer, which showed [impressive performance over typical benchmarking periods](https://arxiv.org/pdf/2406.04517). Given this success, it should be added as one of the baselines for future experiments. This...
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...
The previous version of fuzzer.py was possibly copy-pasted from Nautilus and applied unexpected CLI setup. The patch fixes these issues.
I am trying to integrate a libFuzzer-based structure-aware fuzzer that works with a corpus in an internal representation form. This means that the first step of the SUT or benchmark...
Hi @DonggeLiu @jonathanmetzman Lately, I've been running lots of local experiments on fuzzbench and noticed that after I added `--runners-cpus` flag reports were sometimes incomplete due to race condition. This...
Hi @DonggeLiu, Would it be possible to run this experiment for us? It runs for 36 hours and is bug specific: `/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --benchmarks ffmpeg_ffmpeg_demuxer_fuzzer php_php-fuzz-execute php_php-fuzz-parser...