about summary refs log tree commit diff
path: root/docs/env_variables.txt
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-06-19 19:45:05 +0200
committervan Hauser <vh@thc.org>2019-06-19 19:45:05 +0200
commit1d6e1ec61c556668951df4b9c88f93beb61fe1b8 (patch)
tree2ad14c4c7df4a031d7909184d9a8d452c4d2a986 /docs/env_variables.txt
parentdb3cc11195af0dfae7c4bfcac78c75f48fbaa430 (diff)
downloadafl++-1d6e1ec61c556668951df4b9c88f93beb61fe1b8.tar.gz
Python 2.7 mutator module support added
Diffstat (limited to 'docs/env_variables.txt')
-rw-r--r--docs/env_variables.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/env_variables.txt b/docs/env_variables.txt
index 8c9bfa95..07a74dc0 100644
--- a/docs/env_variables.txt
+++ b/docs/env_variables.txt
@@ -68,6 +68,15 @@ tools make fairly broad use of environmental variables:
   - Setting AFL_QUIET will prevent afl-cc and afl-as banners from being
     displayed during compilation, in case you find them distracting.
 
+  - Setting AFL_CAL_FAST will speed up the initial calibration, if the
+    application is very slow
+
+  - Setting AFL_DEBUG_CHILD_OUTPUT will not suppress the child output.
+    Not pretty but good for debugging purposes.
+
+  - For AFL_PYTHON_MODULE and AFL_PYTHON_ONLY - they require to be compiled
+    with -DUSE_PYTHON. Please see docs/python_mutators.txt
+
 2) Settings for afl-clang-fast
 ------------------------------