diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-21 17:53:09 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-21 17:53:09 +0100 |
commit | 974aab6cf6aa4ae34ee73bdceed1bd44a212fc5e (patch) | |
tree | d671f2951cbe48ae48fc5b8643a29108ed88981f /include/afl-fuzz.h | |
parent | b957218a3aad95af02a4da8207c7dabb893d4dc8 (diff) | |
download | afl++-974aab6cf6aa4ae34ee73bdceed1bd44a212fc5e.tar.gz |
cmplog config.h -> -l option
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 1d5ec1f0..10d94fed 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -649,6 +649,7 @@ typedef struct afl_state { u32 cmplog_max_filesize; u32 cmplog_lvl; u32 colorize_success; + u8 cmplog_enable_arith, cmplog_enable_transform; struct afl_pass_stat *pass_stats; struct cmp_map * orig_cmp_map; |