diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-25 14:02:38 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-25 14:02:38 +0200 |
commit | e7871b2c7675e0f6df4fbe1a8f53a23ed5d2024f (patch) | |
tree | c8665af55ac32ee97082d2c2d9b2d6cbec2c6d62 /docs | |
parent | 644efa290582e76a9fb1dc42a7cfc782d628d3fe (diff) | |
parent | 7e9b6fe0aa820c8bce258eaa24d230ce96347d38 (diff) | |
download | afl++-e7871b2c7675e0f6df4fbe1a8f53a23ed5d2024f.tar.gz |
Merge branch 'master' of 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) |