google / google/fuzzbench

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

Open
#1,865 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.2k
Forks
302
PR merge metrics
No merged PRs in 30d

Description

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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.