diff options
author | vanhauser-thc <vh@thc.org> | 2023-10-23 18:03:59 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-10-23 18:03:59 +0200 |
commit | 4cdf7a1e3e351f10537683d49a08181b6c1576cc (patch) | |
tree | 7c30bc36c95bedabe409b94e061b3521d0853771 /include/afl-fuzz.h | |
parent | eaa6a1754a2efa54903959a5b3ce3d433dcdea37 (diff) | |
download | afl++-4cdf7a1e3e351f10537683d49a08181b6c1576cc.tar.gz |
add scale encode mode for cmplog
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; |