From 1148a2d0d1ce43ab89e14eefb70bc410726838c4 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 10 Mar 2020 07:14:42 +0100 Subject: document new environment variables and code format --- docs/custom_mutators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/custom_mutators.md') diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index 7f95b4af..14d8f518 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -15,7 +15,7 @@ cases beyond those available in AFL. For example, to enable structure-aware fuzzing by using libraries that perform mutations according to a given grammar. The custom mutator is passed to `afl-fuzz` via the `AFL_CUSTOM_MUTATOR_LIBRARY` -or `AFL_PYTHON_MODULE` environment variable., and must export a fuzz function. +or `AFL_PYTHON_MODULE` environment variable, and must export a fuzz function. Please see [APIs](#2-apis) and [Usage](#3-usage) for detail. The custom mutation stage is set to be the first non-deterministic stage (right before the havoc stage). -- cgit 1.4.1