From 428b88a82a6dd01db8a50e618fe2021bc8215229 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 16 Sep 2019 16:17:16 +0200 Subject: added afl_custom_mutator_only --- docs/env_variables.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/env_variables.txt') diff --git a/docs/env_variables.txt b/docs/env_variables.txt index 4a39cc9a..d5688939 100644 --- a/docs/env_variables.txt +++ b/docs/env_variables.txt @@ -202,8 +202,9 @@ checks or alter some of the more exotic semantics of the tool: for more. - Setting AFL_CUSTOM_MUTATOR_LIBRARY to a shared library with - afl_custom_mutator() export will run all mutations solely to this function. - see docs/custom_mutator.txt + afl_custom_mutator() export run additional mutations though this library. + If AFL_CUSTOM_MUTATOR_ONLY is also set, all mutations will solely be + performed with/from the libary. see docs/custom_mutator.txt - For AFL_PYTHON_MODULE and AFL_PYTHON_ONLY - they require to be compiled with -DUSE_PYTHON. Please see docs/python_mutators.txt -- cgit 1.4.1