diff options
-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 |