diff options
author | vanhauser-thc <vh@thc.org> | 2023-11-03 11:19:21 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-11-03 11:19:21 +0100 |
commit | 7e67dc9d6938aadef19d5697a448cdf15a50172f (patch) | |
tree | ffe5b212e4eec447fc459db2ae51f62466db55dd /include/afl-fuzz.h | |
parent | 2230f88887e3e8d1793fdb98f9cd12d3449ba791 (diff) | |
parent | e241280fcc0d26066d976495251ca79a3f37509f (diff) | |
download | afl++-7e67dc9d6938aadef19d5697a448cdf15a50172f.tar.gz |
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
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 217a720a..8112d430 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -675,7 +675,7 @@ typedef struct afl_state { u32 cmplog_max_filesize; u32 cmplog_lvl; u32 colorize_success; - u8 cmplog_enable_arith, cmplog_enable_transform, + u8 cmplog_enable_arith, cmplog_enable_transform, cmplog_enable_scale, cmplog_enable_xtreme_transform, cmplog_random_colorization; struct afl_pass_stat *pass_stats; |