diff options
author | van Hauser <vh@thc.org> | 2020-07-20 10:31:07 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-20 10:31:07 +0200 |
commit | 204ae75d7bf3f7f5e67f90ce6381d40c65a0b1b2 (patch) | |
tree | 4a2d987596edbe2e8d01808ed63910bcf235ac00 /README.md | |
parent | f2d9b0096ef06d2759f45f7c8d288e2b38ef1f2e (diff) | |
download | afl++-204ae75d7bf3f7f5e67f90ce6381d40c65a0b1b2.tar.gz |
add superion custom mutator link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md index 14a42b7e..606756e3 100644 --- a/README.md +++ b/README.md @@ -357,9 +357,10 @@ Here are some good writeups to show how to effectively use AFL++: * [https://securitylab.github.com/research/fuzzing-sockets-FTP](https://securitylab.github.com/research/fuzzing-sockets-FTP) If you are interested in fuzzing structured data (where you define what the -structure is), these two links have you covered: - * [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) - * [https://github.com/thebabush/afl-libprotobuf-mutator](https://github.com/thebabush/afl-libprotobuf-mutator) +structure is), these links have you covered: + * Superion for afl++: [https://github.com/am06/superion-mutator](https://github.com/am06/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) If you find other good ones, please send them to us :-) |