diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-03-03 11:07:49 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-03-03 11:07:49 +0100 |
commit | 469b8ee022e73c7716c1f1d605f0adee0354de46 (patch) | |
tree | 282d6702cf689f9942148da1934b15f21f175a68 /docs/env_variables.md | |
parent | 385f7da77fb1048123d5bfc4061afcc1e32018ef (diff) | |
parent | f6050ab804f06fbedfb1fd1b619217be85db2e00 (diff) | |
download | afl++-469b8ee022e73c7716c1f1d605f0adee0354de46.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index fdc86a42..527f1c1b 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -265,6 +265,10 @@ checks or alter some of the more exotic semantics of the tool: - Setting AFL_NO_CPU_RED will not display very high cpu usages in red color. + - Setting AFL_AUTORESUME will resume a fuzz run (same as providing `-i -`) + for an existing out folder, even if a different `-i` was provided. + Without this setting, afl-fuzz will refuse execution for a long-fuzzed out dir. + - Outdated environment variables that are that not supported anymore: AFL_DEFER_FORKSRV AFL_PERSISTENT |