diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-21 18:02:30 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-21 18:02:30 +0200 |
commit | 5f813bbb86e1c9e2480669c44501e9780043728c (patch) | |
tree | ab6e8b66160a1e897e900f5e1e74f978d2b34e75 /include/afl-fuzz.h | |
parent | 4113b6ccada97c32b3852ece5ffe2fee6dcbc2c8 (diff) | |
download | afl++-5f813bbb86e1c9e2480669c44501e9780043728c.tar.gz |
improve cmplog level 3
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 27668da0..e114b0fc 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -674,7 +674,8 @@ typedef struct afl_state { u32 cmplog_max_filesize; u32 cmplog_lvl; u32 colorize_success; - u8 cmplog_enable_arith, cmplog_enable_transform, cmplog_random_colorization; + u8 cmplog_enable_arith, cmplog_enable_transform, + cmplog_enable_xtreme_transform, cmplog_random_colorization; struct afl_pass_stat *pass_stats; struct cmp_map *orig_cmp_map; |