aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-02 09:41:52 +0200
committervan Hauser <vh@thc.org>2019-09-02 09:41:52 +0200
commite76ad2980faff269a9ac523cb71237462985b3e6 (patch)
treef29bd9881edcd74ecb512b8969d79913dfe052df /docs
parentaf5fd8c819617f8232e9a78e6d41fa65ea2d7235 (diff)
downloadafl++-e76ad2980faff269a9ac523cb71237462985b3e6.tar.gz
added force-ui env
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog8
-rw-r--r--docs/env_variables.txt3
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 782320d6..dd5b597c 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,6 +17,14 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
Version ++2.53d (dev):
----------------------
+ - big code refactoring:
+ * all includes are now in include/
+ * all afl sources are now in src/ - see src/README
+ * afl-fuzz was splitted up in various individual files for including
+ functionality in other programs (e.g. forkserver, memory map, etc.)
+ or better readability.
+ * new code indention everywhere
+ - added AFL_FORCE_UI to show the UI even if the terminal is not detected
- llvm 9 is now supported (still needs testing)
- Android is now supported (thank to JoeyJiao!) - still need to modify the Makefile though
- fix building qemu on some Ubuntus (thanks to floyd!)
diff --git a/docs/env_variables.txt b/docs/env_variables.txt
index 821463ae..cea3597b 100644
--- a/docs/env_variables.txt
+++ b/docs/env_variables.txt
@@ -223,6 +223,9 @@ checks or alter some of the more exotic semantics of the tool:
some basic stats. This behavior is also automatically triggered when the
output from afl-fuzz is redirected to a file or to a pipe.
+ - Setting AFL_FORCE_UI will force painting the UI on the screen even if
+ no valid terminal was detected (for virtual consoles)
+
- If you are Jakub, you may need AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES.
Others need not apply.