fuzzbench
fuzzbench copied to clipboard
FuzzBench - Fuzzer benchmarking as a service.
When i follow the official document to conduct prerequisites, i have encontered two problems: 1. when i execute commands `make install-dependencies` on the console, sometimes it will terminated because of...
Will these benchmarks be added to FuzzBench? Seems like they were added and removed at some point.
It seems like some fuzzer-benchmarks combinations do not respect the `--no-dictionaries` option. For example: `aflplusplus` and `libpcap_fuzz_both` in my experiment config I have: ``` no_dictionaries: true ``` But in the...
Recent two new experiments in `service/experiment-requests.yaml` were not automatically triggered: 1. #1852 2. #1855 They can be launched via `GCB` commands: 1. #1853 2. #1856
I need to add 7z(binary 7z, with an instrumented 7z.so) as a new benchmark, in order to keep the testing manner as close as possible to fuzztrusion, I didn't statically...
Hi! The purpose of this PR is to allow users to easily "sample" initial corpora per trial from a larger pool of seeds. This should help to mitigate some possible...
(Not need to merge: This PR is for experiment purpose only) # Coverage ## Fuzzers 1. `hastefuzz` 2. `aflplusplus` 3. `aflplusplus_d82218` (new version) 4. `aflplusplusplus` 5. `aflplusplusplus_d82218` (based on new...
Fuzzbench's approach to coverage measurement simply runs the coverage of every file in the fuzzer corpus directory. However, most fuzzers (e.g. all of the AFL++ versions) often simply place their...
@chenju2k6 @jonathanmetzman @Alan32Liu In #1827 the experiment reports only `NaN` for a variety of different fuzzers, with a specific bias towards `Symsan` and my tool. I was able to reproduce...