about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2019-10-25 10:44:34 +0200
committerGitHub <noreply@github.com>2019-10-25 10:44:34 +0200
commit7e9b6fe0aa820c8bce258eaa24d230ce96347d38 (patch)
tree7cf72145d1bc0203fd31e3bc91261ac23b9db41a /docs
parentb8abf27b86e74a4ab6889322ef232a00f1f018c4 (diff)
downloadafl++-7e9b6fe0aa820c8bce258eaa24d230ce96347d38.tar.gz
Update sister_projects.txt
status updates for python mutators and whitelist selective instrumentation feature.
Diffstat (limited to 'docs')
-rw-r--r--docs/sister_projects.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sister_projects.txt b/docs/sister_projects.txt
index a2eb2a22..25e5560c 100644
--- a/docs/sister_projects.txt
+++ b/docs/sister_projects.txt
@@ -319,11 +319,13 @@ Fuzzer shell for SQLite (Richard Hipp)
 Support for Python mutation modules (Christian Holler)
 ------------------------------------------------------
 
+now integrated in AFL++, originally from here
   https://github.com/choller/afl/blob/master/docs/mozilla/python_modules.txt
 
 Support for selective instrumentation (Christian Holler)
 --------------------------------------------------------
 
+now integrated in AFL++, originally from here
   https://github.com/choller/afl/blob/master/docs/mozilla/partial_instrumentation.txt
 
 Kernel fuzzing (Dmitry Vyukov)