about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-02-05 10:36:37 +0100
committervanhauser-thc <vh@thc.org>2022-02-05 10:36:37 +0100
commitfa3c0d8a3756c1d80356690796877d94959f305c (patch)
treea8e269f7da6bd6505fb0a55b07d2c77cb4ee39ed /docs
parentd5b9cd4b73253c2fbbc7da88015ae0eac303eb32 (diff)
downloadafl++-fa3c0d8a3756c1d80356690796877d94959f305c.tar.gz
change -y to -g/-G and add env var alternatives
Diffstat (limited to 'docs')
-rw-r--r--docs/env_variables.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 2a8fbcb7..f7ad4ff9 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -400,6 +400,10 @@ checks or alter some of the more exotic semantics of the tool:
     This makes the "own finds" counter in the UI more accurate. Beyond counter
     aesthetics, not much else should change.
 
+  - Setting `AFL_INPUT_LEN_MIN` and `AFL_INPUT_LEN_MAX` are an alternative to
+    the afl-fuzz -g/-G command line option to control the minimum/maximum
+    of fuzzing input generated.
+
   - `AFL_KILL_SIGNAL`: Set the signal ID to be delivered to child processes on
     timeout. Unless you implement your own targets or instrumentation, you
     likely don't have to set it. By default, on timeout and on exit, `SIGKILL`