added afl_custom_mutator_only

This commit is contained in:
van Hauser
2019-09-16 16:17:16 +02:00
parent 46ac559003
commit 428b88a82a
8 changed files with 33 additions and 8 deletions

View File

@ -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) */