import cmplog opts

This commit is contained in:
van Hauser
2021-02-01 12:16:55 +01:00
parent bca4026f62
commit d808a8401e
3 changed files with 32 additions and 4 deletions

View File

@ -647,6 +647,7 @@ typedef struct afl_state {
u32 cmplog_prev_timed_out;
u32 cmplog_max_filesize;
u32 cmplog_lvl;
u32 colorize_success;
struct afl_pass_stat *pass_stats;
struct cmp_map * orig_cmp_map;