fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

`--no-dictionaries` flag seems to be ignored by some fuzzers/benchmarks.

Open mvanotti opened this issue 2 years ago • 0 comments

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 fuzzer logs I see:

[run_afl_fuzz] Running command: ./afl-fuzz -i /out/seeds -o /out/corpus -m none -t 1000+ -d -x ./afl++.dict -c /out/cmplog/fuzz_both -- /out/fuzz_both 2147483647

mvanotti avatar Jun 15 '23 20:06 mvanotti