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 /docs/power_schedules.md | |
parent | d0b5cd64c3edd790c1405f0a2105033cf52f7c14 (diff) | |
download | afl++-29853549c3c12b4ebd4c2af4f0d728a13f30a727.tar.gz |
add RARE schedule. also fixes doc_path
Diffstat (limited to 'docs/power_schedules.md')
-rw-r--r-- | docs/power_schedules.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/power_schedules.md b/docs/power_schedules.md index cdada0f6..c69c64d2 100644 --- a/docs/power_schedules.md +++ b/docs/power_schedules.md @@ -20,6 +20,7 @@ We find that AFL's exploitation-based constant schedule assigns **too much energ | `-p lin` |  | | `-p exploit` (AFL) |  | | `-p mmopt` | Experimental: `explore` with no weighting to runtime and increased weighting on the last 5 queue entries | +| `-p rare` | Experimental: `rare` puts focus on queue entries that hit rare edges | where *α(i)* is the performance score that AFL uses to compute for the seed input *i*, *β(i)>1* is a constant, *s(i)* is the number of times that seed *i* has been chosen from the queue, *f(i)* is the number of generated inputs that exercise the same path as seed *i*, and *μ* is the average number of generated inputs exercising a path. More details can be found in the paper that was accepted at the [23rd ACM Conference on Computer and Communications Security (CCS'16)](https://www.sigsac.org/ccs/CCS2016/accepted-papers/). |