diff options
author | Amit Elkabetz <12958411+amitelka@users.noreply.github.com> | 2023-03-05 20:25:39 +0200 |
---|---|---|
committer | Amit Elkabetz <12958411+amitelka@users.noreply.github.com> | 2023-03-05 20:25:39 +0200 |
commit | e9e440d7f33a61793c63f90f9555ff3c0f45b3b4 (patch) | |
tree | 4b59d4b073d416167358f5dcfb579a75eac181b1 /docs | |
parent | 5e7f8a51e0f45780d9c8ff34ace6b03f8a7e1f71 (diff) | |
download | afl++-e9e440d7f33a61793c63f90f9555ff3c0f45b3b4.tar.gz |
Fixed according to PR comment, moved cli flag to an env variable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/env_variables.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 6cd4104b..c9dc1bbd 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -584,6 +584,12 @@ checks or alter some of the more exotic semantics of the tool: - Set `AFL_PIZZA_MODE` to 1 to enable the April 1st stats menu, set to 0 to disable although it is 1st of April. + - If you need a specific interval to update fuzzer_stats file, you can + set `AFL_FUZZER_STATS_UPDATE_INTERVAL` to the interval in seconds you'd + the file to be updated. + Note that will not be exact and with slow targets it can take seconds + until there is a slice for the time test. + ## 5) Settings for afl-qemu-trace The QEMU wrapper used to instrument binary-only code supports several settings: |