about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-11-14 21:48:50 +0100
committerGitHub <noreply@github.com>2022-11-14 21:48:50 +0100
commit46beedadd74087cd04f1bd4928ebf2e15aeb602d (patch)
tree367162604331f429ac2cdf271dbf053b9485945e /include/afl-fuzz.h
parent3cc5019fe492176e0cb5dbd446f1fa125ec9d7ed (diff)
parent7f7cbe962324f7af8d55423ee09635996a8c9332 (diff)
downloadafl++-46beedadd74087cd04f1bd4928ebf2e15aeb602d.tar.gz
Merge pull request #1580 from guyf2010/dev
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 cae7fae0..88646db3 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -657,7 +657,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;