added AFL_CMPLOG_ONLY_NEW feature

This commit is contained in:
van Hauser
2021-01-30 15:39:47 +01:00
parent 3b3565269d
commit 9d08f0d098
14 changed files with 163 additions and 142 deletions

View File

@ -25,6 +25,7 @@
#include "afl-fuzz.h"
#include <limits.h>
#include "cmplog.h"
#ifdef HAVE_AFFINITY
@ -833,6 +834,8 @@ void perform_dry_run(afl_state_t *afl) {
}
if (afl->afl_env.afl_cmplog_only_new) { q->colorized = CMPLOG_LVL_MAX; }
u8 *fn = strrchr(q->fname, '/') + 1;
ACTF("Attempting dry run with '%s'...", fn);