diff options
author | van Hauser <vh@thc.org> | 2020-03-17 21:42:36 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-17 21:42:36 +0100 |
commit | 3aa72429256d0d24d435abd1f641bfce0d4da557 (patch) | |
tree | de9057b0fa0da27ae8985198e66629ffc7bbec41 /docs/power_schedules.md | |
parent | 4009f3a987f652639bacc91a7d8320307165ec72 (diff) | |
download | afl++-3aa72429256d0d24d435abd1f641bfce0d4da557.tar.gz |
added mmopt power schedule
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 4026aedf..cdada0f6 100644 --- a/docs/power_schedules.md +++ b/docs/power_schedules.md @@ -19,6 +19,7 @@ We find that AFL's exploitation-based constant schedule assigns **too much energ | `-p quad` |  | | `-p lin` |  | | `-p exploit` (AFL) |  | +| `-p mmopt` | Experimental: `explore` with no weighting to runtime and increased weighting on the last 5 queue entries | 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/). |