diff options
author | van Hauser <vh@thc.org> | 2020-02-29 14:23:44 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-29 14:23:44 +0100 |
commit | 6730b6a15ad102ee988614202147bf606e1b7fd5 (patch) | |
tree | 8b74c9f22b1a51270f34a209f69013b8762c320a /docs/env_variables.md | |
parent | 6e08be1d0b77bf51db8f847b65754727855e444e (diff) | |
download | afl++-6730b6a15ad102ee988614202147bf606e1b7fd5.tar.gz |
code-format, env.md fixes and adding -hh for env usage display into afl-fuzz and Makefile
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 7ac69e8b..fdc86a42 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -228,7 +228,8 @@ checks or alter some of the more exotic semantics of the tool: performed with/from the library. See [custom_mutator.md](custom_mutator.md) - For AFL_PYTHON_MODULE and AFL_PYTHON_ONLY - they require afl-fuzz to - be compiled with -DUSE_PYTHON. Please see [python_mutators.md](python_mutators.md). + be compiled with Python (which is autodetected during builing afl-fuzz). + Please see [python_mutators.md](python_mutators.md). This feature allows to configure custom mutators which can be very helpful in e.g. fuzzing XML or other highly flexible structured input. @@ -264,7 +265,7 @@ checks or alter some of the more exotic semantics of the tool: - Setting AFL_NO_CPU_RED will not display very high cpu usages in red color. - - Outdated environment variables are: + - Outdated environment variables that are that not supported anymore: AFL_DEFER_FORKSRV AFL_PERSISTENT |