From 445d4b7e594ba6933d69ef680ea7b3a64c214d82 Mon Sep 17 00:00:00 2001 From: h1994st Date: Tue, 3 Mar 2020 23:17:24 -0500 Subject: Update the documents of the custom mutator - Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md --- src/afl-fuzz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afl-fuzz.c') diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index a96ee1d0..2d5a5743 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -194,7 +194,7 @@ static void usage(u8* argv0, int more_help) { "use \"-hh\".\n\n"); #ifdef USE_PYTHON - SAYF("Compiled with %s module support, see docs/python_mutators.md\n", + SAYF("Compiled with %s module support, see docs/custom_mutator.md\n", (char*)PYTHON_VERSION); #endif -- cgit 1.4.1