about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-02-28 11:03:09 +0100
committervanhauser-thc <vh@thc.org>2023-02-28 11:03:09 +0100
commitd8ba0caab3661ef045f6bc6d99481ab14d165262 (patch)
tree6c65d85899e83ca90ae8e4fbf4c1d5dbd31cd46f
parent2b5c9954f6099d7a70cbcf2db9af5a19327f385f (diff)
downloadafl++-d8ba0caab3661ef045f6bc6d99481ab14d165262.tar.gz
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?)