diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-26 03:54:29 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-26 03:54:29 +0100 |
commit | 54eca027a5b234c530a59e340a3ad617d1f24384 (patch) | |
tree | ac6f7595e24a994abbe70e5697f8c0c7a93a76f1 /docs/tutorials.md | |
parent | 8fe6282164b5c46032247acd049c8cf38b81ad6b (diff) | |
download | afl++-54eca027a5b234c530a59e340a3ad617d1f24384.tar.gz |
doc review
Diffstat (limited to 'docs/tutorials.md')
-rw-r--r-- | docs/tutorials.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials.md b/docs/tutorials.md index ed8a7eec..4f6d913d 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -18,13 +18,13 @@ training, then we can highly recommend the following: 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/adrian-rt/superion-mutator](https://github.com/adrian-rt/superion-mutator) * libprotobuf for AFL++: [https://github.com/P1umer/AFLplusplus-protobuf-mutator](https://github.com/P1umer/AFLplusplus-protobuf-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) +* Superion for AFL++: + [https://github.com/adrian-rt/superion-mutator](https://github.com/adrian-rt/superion-mutator) If you find other good ones, please send them to us :-) \ No newline at end of file |