diff options
author | van Hauser <vh@thc.org> | 2020-07-24 13:26:07 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-24 13:26:07 +0200 |
commit | 30c09915432af7a9e98f9b4d8b09566731e0cca9 (patch) | |
tree | d00b7d7a24d5398b1c795fc03d6991a1075cf8f3 /include/afl-fuzz.h | |
parent | 3e04dbd5a1048ed3dd245c9db70d8a8d3b7d7135 (diff) | |
download | afl++-30c09915432af7a9e98f9b4d8b09566731e0cca9.tar.gz |
better text mutation
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 96d3d9f4..0e2b7458 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -334,7 +334,7 @@ typedef struct afl_env_vars { afl_dumb_forksrv, afl_import_first, afl_custom_mutator_only, afl_no_ui, afl_force_ui, afl_i_dont_care_about_missing_crashes, afl_bench_just_one, afl_bench_until_crash, afl_debug_child_output, afl_autoresume, - afl_cal_fast, afl_cycle_schedules; + afl_cal_fast, afl_cycle_schedules, afl_expand_havoc; u8 *afl_tmpdir, *afl_custom_mutator_library, *afl_python_module, *afl_path, *afl_hang_tmout, *afl_skip_crashes, *afl_preload; |