aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-02-16 14:35:51 +0100
committerGitHub <noreply@github.com>2020-02-16 14:35:51 +0100
commitb98a5de39bfe4e09c218007efe289b49b23b939a (patch)
treeb9ddab448e8fb52be6367451a840e5605a47a13e /TODO.md
parentef00ed6090cf6890434b203248b4f7892a01feca (diff)
downloadAFLplusplus-b98a5de39bfe4e09c218007efe289b49b23b939a.tar.gz
new todo as requested by Marc
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/TODO.md b/TODO.md
index 5e46e7d1..39c7c029 100644
--- a/TODO.md
+++ b/TODO.md
@@ -24,7 +24,7 @@ qemu_mode:
custom_mutators:
- rip what Superion is doing into custom mutators for js, php, etc.
- uniform python and custom mutators API
-
+ - running with -M and custom_only mutators should warn that no deterministic stages are run.
## The far away future:
@@ -39,14 +39,14 @@ Problem: Average targets (tiff, jpeg, unrar) go through 1500 edges.
| mapsize | collisions |
| :-----: | :--------: |
| 2^16 | 302 |
- | 2^17 | 427 |
- | 2^18 | 603 |
- | 2^19 | 853 |
- | 2^20 | 1207 |
- | 2^21 | 1706 |
- | 2^22 | 2412 |
- | 2^23 | 3411 |
- | 2^24 | 4823 |
+ | 2^17 | 427 |
+ | 2^18 | 603 |
+ | 2^19 | 853 |
+ | 2^20 | 1207 |
+ | 2^21 | 1706 |
+ | 2^22 | 2412 |
+ | 2^23 | 3411 |
+ | 2^24 | 4823 |
Increasing the map is an easy solution but also not a good one.