diff options
author | intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com> | 2020-03-11 00:48:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 00:48:52 +0100 |
commit | 66e8faaaa935fa3f206c0ced70671390ef11cac8 (patch) | |
tree | b4130fa2bb8e3754b8f7bdc1bf217f24a8ef6d5d | |
parent | f17a3dde1a57ff631f691abca7cdcad99cb6631f (diff) | |
download | afl++-66e8faaaa935fa3f206c0ced70671390ef11cac8.tar.gz |
Fix typo (#247)
-rw-r--r-- | docs/ideas.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ideas.md b/docs/ideas.md index 857fb6f4..8b0e1013 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -93,7 +93,7 @@ Mentor: hexcoder- or vanhauser-thc ## Collision-free Binary-Only Maps AFL++ supports collison-free maps using an LTO (link-time-optimization) pass. -This should be possile to implement for QEMU and Unicorn instrumentations. +This should be possible to implement for QEMU and Unicorn instrumentations. As the forkserver parent caches just in time translated translation blocks, adding a simple counter between jumps should be doable. Mentor: andreafioraldi or domenukk |