From 1d6e1ec61c556668951df4b9c88f93beb61fe1b8 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 19 Jun 2019 19:45:05 +0200 Subject: Python 2.7 mutator module support added --- docs/env_variables.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/env_variables.txt') 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 ------------------------------ -- cgit 1.4.1