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

Hello, fuzzbench team. We implemented ctx and ngram coverage based on sanitizer coverage. (`libafl_ctx_large_map`, `libafl_ctx_mid_map`, `libafl_ctx_small_map`, `libafl_ngram_large_map`, `libafl_ngram_mid_map`, `libafl_ngram_small_map`) The previous implementation was based on AFL's llvm pass which has...

Hi all, I am using aflplusplus and a custom afl++ fuzzer to do the experiment. During fuzzbench experiment, afl++ will generate plot_data record: ```# relative_time, cycles_done, cur_item, corpus_count, pending_total, pending_favs,...

the runner docker does not build anymore because the image is too updated when you try to directly do "apt install ...". also updates afl++ commit.

I have successfully built images for `quickjs`, `libarchive`, etc, and run local experiment using ``` PYTHONPATH=. python3 experiment/run_experiment.py \ --experiment-config run.config \ --benchmarks quickjs_eval-2020-01-05 libarchive_libarchive_fuzzer \ --experiment-name test--0 \ --fuzzers...

To keep track of the desirable features that we'd like to add in the future, here is a list of them in the order of priority: 1. [x] [Make CI...

I have updated afl-fuzz-redqueen.c in AFL++ with this commit: b6e51e7bdbc970450a9b1cbebff56a8bdaa746bc. Can you please move forward my request to compare my solution with baseline AFL++, HonggFuzz, and LibFuzzer? Many thanks,

Hi dongge, @Alan32Liu I developed a variant of FishFuzz (USENIX Security23) to make it compatible with fuzzbench (the original version in the paper rely on LTO mode, which fails/timeout on...

Hi, quick question about the average rank that is reported at the top in a report as part of the experiment summary. Could you let me know how it handles...