aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-10-23 18:03:59 +0200
committervanhauser-thc <vh@thc.org>2023-10-23 18:03:59 +0200
commit4cdf7a1e3e351f10537683d49a08181b6c1576cc (patch)
tree7c30bc36c95bedabe409b94e061b3521d0853771 /include
parenteaa6a1754a2efa54903959a5b3ce3d433dcdea37 (diff)
downloadAFLplusplus-4cdf7a1e3e351f10537683d49a08181b6c1576cc.tar.gz
add scale encode mode for cmplog
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h2
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;