about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-02-28 11:03:39 +0100
committerGitHub <noreply@github.com>2023-02-28 11:03:39 +0100
commit2ff0ff7a903c57f9df5ed1e97370c187ec45a31e (patch)
tree6c65d85899e83ca90ae8e4fbf4c1d5dbd31cd46f
parentea14f3fd40e32234989043a525e3853fcb33c1b6 (diff)
parentd8ba0caab3661ef045f6bc6d99481ab14d165262 (diff)
downloadafl++-2ff0ff7a903c57f9df5ed1e97370c187ec45a31e.tar.gz
Merge pull request #1659 from AFLplusplus/dev
update docs
-rw-r--r--TODO.md1
-rw-r--r--docs/ideas.md13
2 files changed, 3 insertions, 11 deletions
diff --git a/TODO.md b/TODO.md
index 187fa191..e7789cf6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,7 @@
 
 ## Should
 
+ - splicing selection weighted?
  - support afl_custom_{send,post_process}, persistent and deferred fork
    server in afl-showmap
  - better autodetection of shifting runtime timeout values
diff --git a/docs/ideas.md b/docs/ideas.md
index b5de637f..4e419b80 100644
--- a/docs/ideas.md
+++ b/docs/ideas.md
@@ -3,6 +3,8 @@
 In the following, we describe a variety of ideas that could be implemented for
 future AFL++ versions.
 
+**NOTE:** Our GSoC participation is concerning [libafl](https://github.com/AFLplusplus/libafl), not AFL++.
+
 ## Analysis software
 
 Currently analysis is done by using afl-plot, which is rather outdated. A GTK or
@@ -16,17 +18,6 @@ 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.
-With the rise of WASM as a compile target, however, a novel way of
-instrumentation needs to be implemented for binaries compiled to Webassembly.
-This can either be done by inserting instrumentation directly into the WASM AST,
-or by patching feedback into a WASM VM of choice, similar to the current Unicorn
-instrumentation.
-
-Mentor: any
-
 ## Support other programming languages
 
 Other programming languages also use llvm hence they could be (easily?)