diff options
author | van Hauser <vh@thc.org> | 2020-07-20 11:40:34 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-20 11:40:34 +0200 |
commit | 9151cb9ba23ac55273c9886b7c2fb7e185cdc4e8 (patch) | |
tree | f3f9c3b8784934eeabff4c8c8c7efde1fec93a83 | |
parent | 204ae75d7bf3f7f5e67f90ce6381d40c65a0b1b2 (diff) | |
download | afl++-9151cb9ba23ac55273c9886b7c2fb7e185cdc4e8.tar.gz |
update link
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | custom_mutators/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 606756e3..4e83021d 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ Here are some good writeups to show how to effectively use AFL++: If you are interested in fuzzing structured data (where you define what the structure is), these links have you covered: - * Superion for afl++: [https://github.com/am06/superion-mutator](https://github.com/am06/superion-mutator) + * Superion for afl++: [https://github.com/adrian-rt/superion-mutator](https://github.com/adrian-rt/superion-mutator) * libprotobuf raw: [https://github.com/bruce30262/libprotobuf-mutator_fuzzing_learning/tree/master/4_libprotobuf_aflpp_custom_mutator](https://github.com/bruce30262/libprotobuf-mutator_fuzzing_learning/tree/master/4_libprotobuf_aflpp_custom_mutator) * libprotobuf for old afl++ API: [https://github.com/thebabush/afl-libprotobuf-mutator](https://github.com/thebabush/afl-libprotobuf-mutator) diff --git a/custom_mutators/README.md b/custom_mutators/README.md index 20b4e54f..a3b164be 100644 --- a/custom_mutators/README.md +++ b/custom_mutators/README.md @@ -17,7 +17,7 @@ Multiple custom mutators can be used by separating their paths with `:` in the e Adrian Tiron ported the Superion grammar fuzzer to afl++, it is WIP and requires cmake (among other things): -[https://github.com/am06/superion-mutator](https://github.com/am06/superion-mutator) +[https://github.com/adrian-rt/superion-mutator](https://github.com/adrian-rt/superion-mutator) ## Protobuf |