fuzzbench
fuzzbench copied to clipboard
FuzzBench - Fuzzer benchmarking as a service.
As the title says, `symqemu_aflplusplus` seems to not have been updated with the switch to Ubuntu 20.04 and fails to build with the following error ``` #6 1.606 Get:11 http://archive.ubuntu.com/ubuntu...
Is there a way to collect more data about llvm-cov complains? I want to understand which functions have mismatched data and why (I'm using llvm 14.0.0 on Ubuntu22).
Compare GreenBench with FuzzBench.
Adding MuttFuzz (a binary fuzzing alternative to our "First, Fuzz the Mutants" paper). This will likely integrate better with fuzzbench and thus work on experiments, as we are mutating binaries...
the benchmark.yaml in master currently is quite misleading: https://github.com/google/fuzzbench/blob/c734a74ba59deada3cf4d7e37009125e26d51701/benchmarks/freetype2_ftfuzzer/benchmark.yaml#L15-L18 That commit ([cd02d359a6d0455e9d16b87bf9665961c4699538](https://github.com/freetype/freetype/commit/cd02d359a6d0455e9d16b87bf9665961c4699538)) is not from 2023, it is from 2017. Imagine my surprise when a long fuzzing run ended and...
Hi @jonathanmetzman and @Alan32Liu, I added modified versions of libfuzzer to test the effectiveness of coverage feedback in libfuzzer. I wish to run an experiment. Could you please help me...
Hello fuzzbench team. I am requesing an experiment because I want to measure the performance of each AFLplusplus sanitizers. When your schedule permits, would it be possible for you to...
I've got a docker error while trying to run several experiments ``` INFO:root:Starting dispatcher with container name: dispatcher-container docker: Error response from daemon: Conflict. The container name "/dispatcher-container" is already...
It seems like the corpus URL in the openh264_decoder_fuzzer benchmark is invalid and outdated. outdated URL: `https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/h264` Could you update this, please? ``` 53.55 [build 0/2] build target binary 55.48...