From ae05f5c4b0611fe05a38a0c293c2d251085f510f Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Wed, 8 Apr 2020 17:53:25 +0000 Subject: afl-fuzz: add usage info when no python support is there, use it in test.sh --- src/afl-fuzz.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index e348f758..a4c5cfb5 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -198,6 +198,8 @@ static void usage(afl_state_t *afl, u8 *argv0, int more_help) { #ifdef USE_PYTHON SAYF("Compiled with %s module support, see docs/custom_mutator.md\n", (char *)PYTHON_VERSION); +#else + SAYF("Compiled without python module support\n"); #endif SAYF("For additional help please consult %s/README.md\n\n", doc_path); -- cgit 1.4.1