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 --- src/afl-fuzz-globals.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/afl-fuzz-globals.c') diff --git a/src/afl-fuzz-globals.c b/src/afl-fuzz-globals.c index 9aaa03cc..d457d28c 100644 --- a/src/afl-fuzz-globals.c +++ b/src/afl-fuzz-globals.c @@ -84,6 +84,7 @@ u64 mem_limit = MEM_LIMIT; /* Memory cap for child (MB) */ u8 cal_cycles = CAL_CYCLES, /* Calibration cycles defaults */ cal_cycles_long = CAL_CYCLES_LONG, debug, /* Debug mode */ + custom_only, /* Custom mutator only mode */ python_only; /* Python-only mode */ u32 stats_update_freq = 1; /* Stats update frequency (execs) */ -- cgit 1.4.1