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 --- include/afl-fuzz.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/afl-fuzz.h') diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index ec896bdb..ae15b28f 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -251,6 +251,7 @@ extern u64 mem_limit; /* Memory cap for child (MB) */ extern u8 cal_cycles, /* Calibration cycles defaults */ cal_cycles_long, debug, /* Debug mode */ + custom_only, /* Custom mutator only mode */ python_only; /* Python-only mode */ extern u32 stats_update_freq; /* Stats update frequency (execs) */ -- cgit 1.4.1