google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.09k stars 266 forks source link

[docs] Outdated documentation about fuzzer configs #1959

Open renatahodovan opened 7 months ago

renatahodovan commented 7 months ago

According to the docs, run_experiment.py accepts a fuzzer configuration file via the --fuzzer-configs argument. However, it appears that this argument no longer exists in the current version.

Related question: what is the current method for setting the ADDITIONAL_ARGS environment variable (or any other way of passing arguments to the fuzzers)?