aboutsummaryrefslogtreecommitdiff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorguyf2010 <guyf2010@hotmail.com>2022-11-13 14:37:33 +0000
committerguyf2010 <guyf2010@hotmail.com>2022-11-13 14:37:33 +0000
commitbb81fb784e7c855fe230136a4878f68c33d0f98f (patch)
treea2a9d2a9a5139abbe3861510f8b8cf2cdbcd1354 /include/afl-fuzz.h
parentc5f8869778b237f89cc4c12c1961a9ef559179b8 (diff)
downloadAFLplusplus-bb81fb784e7c855fe230136a4878f68c33d0f98f.tar.gz
Add option for random cmplog colorization
Diffstat (limited to 'include/afl-fuzz.h')
-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 a63b7493..76d7f3f9 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -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;