diff options
author | h1994st <h1994st@gmail.com> | 2020-03-03 23:17:24 -0500 |
---|---|---|
committer | h1994st <h1994st@gmail.com> | 2020-03-03 23:17:24 -0500 |
commit | 445d4b7e594ba6933d69ef680ea7b3a64c214d82 (patch) | |
tree | c89223a76b31b834e161c50a4c92da867819186a /docs/env_variables.md | |
parent | df465216583afcc0e65e4468e6383afd7a688ddc (diff) | |
download | afl++-445d4b7e594ba6933d69ef680ea7b3a64c214d82.tar.gz |
Update the documents of the custom mutator
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 5214f808..83f5b7c0 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -228,10 +228,10 @@ checks or alter some of the more exotic semantics of the tool: afl-fuzz), setting AFL_PYTHON_MODULE to a Python module can also provide additional mutations. If AFL_CUSTOM_MUTATOR_ONLY is also set, all mutations will solely be - performed with/from the library/Python module. - This feature allows to configure custom mutators which can be very helpful - in e.g. fuzzing XML or other highly flexible structured input. - Please see [custom_mutator.md](custom_mutator.md) or [python_mutators.md](python_mutators.md). + performed with the custom mutator. + This feature allows to configure custom mutators which can be very helpful, + e.g. fuzzing XML or other highly flexible structured input. + Please see [custom_mutator.md](custom_mutator.md). - AFL_FAST_CAL keeps the calibration stage about 2.5x faster (albeit less precise), which can help when starting a session against a slow target. |