Add option for random cmplog colorization

This commit is contained in:
guyf2010
2022-11-13 14:37:33 +00:00
parent c5f8869778
commit bb81fb784e
3 changed files with 20 additions and 4 deletions

View File

@ -656,7 +656,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_random_colorization;
struct afl_pass_stat *pass_stats;
struct cmp_map *orig_cmp_map;