diff options
author | Junwha <qbit@unist.ac.kr> | 2023-08-02 19:21:41 +0900 |
---|---|---|
committer | Junwha <qbit@unist.ac.kr> | 2023-08-02 19:21:41 +0900 |
commit | a61e1ffe4dceb5b4dec3409faf037bea4c05bef9 (patch) | |
tree | 1fc0cdbae6bbf61e11e50d630f41d51a3d862cf8 | |
parent | 1429c9724efb62e5ac90ec27d93a64c28632ba5d (diff) | |
download | afl++-a61e1ffe4dceb5b4dec3409faf037bea4c05bef9.tar.gz |
Add AFL_CRASHING_SEEDS_AS_NEW_CRASH to doc
Signed-off-by: Junwha <qbit@unist.ac.kr>
-rw-r--r-- | docs/env_variables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 1f73bbdf..affc9e3c 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -365,6 +365,9 @@ checks or alter some of the more exotic semantics of the tool: - `AFL_EXIT_ON_SEED_ISSUES` will restore the vanilla afl-fuzz behavior which does not allow crashes or timeout seeds in the initial -i corpus. + - `AFL_CRASHING_SEEDS_AS_NEW_CRASH` will treat crashing seeds as new crash. these + crashes will be written to crashes folder as op:dry_run, and orig:<seed_file_name>. + - `AFL_EXIT_ON_TIME` causes afl-fuzz to terminate if no new paths were found within a specified period of time (in seconds). May be convenient for some types of automated jobs. |