diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-02 12:03:45 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-02 12:03:45 +0200 |
commit | e46e0bce44f0799731f5e7724ba3dfacafd4c41a (patch) | |
tree | 45de222ef8f99fa33affe9b5570499359f976ab8 /docs/env_variables.md | |
parent | 4d02d8e43dd9b413ed819e27bb012e16022d85f6 (diff) | |
download | afl++-e46e0bce44f0799731f5e7724ba3dfacafd4c41a.tar.gz |
allow pizza mode to be disabled
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index c9dc1bbd..a6a0ae44 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -581,7 +581,7 @@ checks or alter some of the more exotic semantics of the tool: constructors in your target, you can set `AFL_EARLY_FORKSERVER`. Note that this is not a compile time option but a runtime option :-) - - Set `AFL_PIZZA_MODE` to 1 to enable the April 1st stats menu, set to 0 + - Set `AFL_PIZZA_MODE` to 1 to enable the April 1st stats menu, set to -1 to disable although it is 1st of April. - If you need a specific interval to update fuzzer_stats file, you can |