diff options
| author | van Hauser <vh@thc.org> | 2020-03-20 08:54:09 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-03-20 08:54:09 +0100 |
| commit | 29853549c3c12b4ebd4c2af4f0d728a13f30a727 (patch) | |
| tree | d35e7d17a8156e0a206c19c8052c3db2a068b76e /include | |
| parent | d0b5cd64c3edd790c1405f0a2105033cf52f7c14 (diff) | |
| download | afl++-29853549c3c12b4ebd4c2af4f0d728a13f30a727.tar.gz | |
add RARE schedule. also fixes doc_path
Diffstat (limited to 'include')
| -rw-r--r-- | include/afl-fuzz.h | 1 | ||||
| -rw-r--r--[-rwxr-xr-x] | include/android-ashmem.h | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 1a798239..1d83f335 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -235,6 +235,7 @@ enum { /* 04 */ QUAD, /* Quadratic schedule */ /* 05 */ EXPLOIT, /* AFL's exploitation-based const. */ /* 06 */ MMOPT, /* Modified MOPT schedule */ + /* 07 */ RARE, /* Rare edges */ POWER_SCHEDULES_NUM diff --git a/include/android-ashmem.h b/include/android-ashmem.h index 3a0b9969..3a0b9969 100755..100644 --- a/include/android-ashmem.h +++ b/include/android-ashmem.h |
