From b5573b3adbe01681156598ce064c228c0140f782 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 25 Jun 2020 10:33:59 +0200 Subject: add seek power schedule, remove update stats in calibration, fix help output --- include/afl-fuzz.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/afl-fuzz.h') diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 16f7d717..5dca8fcd 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -233,6 +233,7 @@ enum { /* 05 */ QUAD, /* Quadratic schedule */ /* 06 */ RARE, /* Rare edges */ /* 07 */ MMOPT, /* Modified MOPT schedule */ + /* 08 */ SEEK, /* EXPLORE that ignores timings */ POWER_SCHEDULES_NUM -- cgit 1.4.1