add scale encode mode for cmplog

This commit is contained in:
vanhauser-thc
2023-10-23 18:03:59 +02:00
parent eaa6a1754a
commit 4cdf7a1e3e
3 changed files with 244 additions and 25 deletions

View File

@ -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;