diff options
author | van Hauser <vh@thc.org> | 2021-01-31 13:03:00 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-31 13:03:00 +0100 |
commit | 893cd47d9cdbfa44e43d03e7d40a56a0c2ad7936 (patch) | |
tree | 05bf5d5751fb3b7021c628980e774c3d0fa67d58 /docs/ideas.md | |
parent | 9d08f0d098c91e69b5fe41674e4c5d05363af604 (diff) | |
download | afl++-893cd47d9cdbfa44e43d03e7d40a56a0c2ad7936.tar.gz |
disable trimming for -M
Diffstat (limited to 'docs/ideas.md')
-rw-r--r-- | docs/ideas.md | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/docs/ideas.md b/docs/ideas.md index aaa3eed1..7cbe60a5 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -16,6 +16,8 @@ test cases executed. It should be clickable which value is X and Y axis, zoom factor, log scaling on-off, etc. +Mentor: vanhauser-thc + ## WASM Instrumentation Currently, AFL++ can be used for source code fuzzing and traditional binaries. @@ -36,19 +38,6 @@ Either improve a single mutator thorugh learning of many different bugs Mentor: domenukk -## Collision-free Binary-Only Maps - -AFL++ supports collison-free maps using an LTO (link-time-optimization) pass. -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. - -Note: this is already in development for qemu by Andrea, so for people who -want to contribute it might make more sense to port his solution to unicorn. - -Mentor: andreafioraldi or domenukk -Issue/idea tracker: [https://github.com/AFLplusplus/AFLplusplus/issues/237](https://github.com/AFLplusplus/AFLplusplus/issues/237) - ## Your idea! Finally, we are open to proposals! |