diff options
author | hexcoder- <heiko@hexco.de> | 2019-10-26 00:18:56 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-10-26 00:18:56 +0200 |
commit | 09c26fed209a35e707132118f41373e5b0a25ba1 (patch) | |
tree | c8506c8044328d7d08d5ebbbf7edb4d65ddb4260 /docs | |
parent | 3e9e7e17504517d8db92e47e7a5f904b023ba91e (diff) | |
parent | e7871b2c7675e0f6df4fbe1a8f53a23ed5d2024f (diff) | |
download | afl++-09c26fed209a35e707132118f41373e5b0a25ba1.tar.gz |
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sister_projects.txt | 2 |
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) |