change -y to -g/-G and add env var alternatives

This commit is contained in:
vanhauser-thc
2022-02-05 10:36:37 +01:00
parent d5b9cd4b73
commit fa3c0d8a37
4 changed files with 34 additions and 29 deletions

View File

@ -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`