diff options
author | van Hauser <vh@thc.org> | 2022-11-14 21:48:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 21:48:50 +0100 |
commit | 46beedadd74087cd04f1bd4928ebf2e15aeb602d (patch) | |
tree | 367162604331f429ac2cdf271dbf053b9485945e /include/afl-fuzz.h | |
parent | 3cc5019fe492176e0cb5dbd446f1fa125ec9d7ed (diff) | |
parent | 7f7cbe962324f7af8d55423ee09635996a8c9332 (diff) | |
download | afl++-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.h | 2 |
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; |