diff options
author | vanhauser-thc <vh@thc.org> | 2022-08-14 12:24:42 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-08-14 12:30:23 +0200 |
commit | 3200e6515b9cc988d0d8dccd27257baccc8df021 (patch) | |
tree | 6a3538d9e3d13a78a5227fca69258c46a9fb5c76 /docs/env_variables.md | |
parent | 89d6e306f29d1424012cdbb95d5cb18f6e36932f (diff) | |
download | afl++-3200e6515b9cc988d0d8dccd27257baccc8df021.tar.gz |
add AFL_NO_STARTUP_CALIBRATION feature
Diffstat (limited to 'docs/env_variables.md')
-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 00948fc1..bb54357b 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -462,6 +462,9 @@ checks or alter some of the more exotic semantics of the tool: some basic stats. This behavior is also automatically triggered when the output from afl-fuzz is redirected to a file or to a pipe. + - Setting `AFL_NO_STARTUP_CALIBRATION` will skip the initial calibration + of all starting seeds, and start fuzzing at once. + - In QEMU mode (-Q) and FRIDA mode (-O), `AFL_PATH` will be searched for afl-qemu-trace and afl-frida-trace.so. |