aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-04-03 19:14:59 +0200
committervanhauser-thc <vh@thc.org>2022-04-03 19:14:59 +0200
commit15b43e6ce1866b369700aed306d75090facc08d6 (patch)
treeac5177bd6db481342ef6f84df388bb2f169d54a9 /docs
parentd9fa6af1b1d97ed4af4a0d015fce035dfd3bb738 (diff)
downloadafl++-15b43e6ce1866b369700aed306d75090facc08d6.tar.gz
fix pizza mode
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md1
-rw-r--r--docs/env_variables.md3
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 74631a88..d50a679b 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -23,6 +23,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- add AFL_EARY_FORKSERVER to install the forkserver as earliest as
possible in the target (for afl-gcc-fast/afl-clang-fast/
afl-clang-lto)
+ - document and auto-activate pizza mode on condition
- afl-cc:
- converted all passed to use the new llvm pass manager for llvm 11+
- AFL++ PCGUARD mode is not available for 10.0.1 anymore (11+ only)
diff --git a/docs/env_variables.md b/docs/env_variables.md
index edd57fb6..9ffb08e7 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -549,6 +549,9 @@ 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
+ to disable although it is 1st of April.
+
## 5) Settings for afl-qemu-trace
The QEMU wrapper used to instrument binary-only code supports several settings: