diff options
author | van Hauser <vh@thc.org> | 2019-09-16 16:17:16 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-09-16 16:17:16 +0200 |
commit | 428b88a82a6dd01db8a50e618fe2021bc8215229 (patch) | |
tree | 6b2086be2281bde4a0e1abb51b7d0cfebd6436f0 /src/afl-fuzz-globals.c | |
parent | 46ac5590037af101cd17fcdc9b488cfc483523b0 (diff) | |
download | afl++-428b88a82a6dd01db8a50e618fe2021bc8215229.tar.gz |
added afl_custom_mutator_only
Diffstat (limited to 'src/afl-fuzz-globals.c')
-rw-r--r-- | src/afl-fuzz-globals.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) */ |