diff options
| author | van Hauser <vh@thc.org> | 2020-02-28 14:07:38 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-02-28 14:07:38 +0100 |
| commit | 449a14d1d030f758a410eac062eb5fbc1707c28a (patch) | |
| tree | 394b7149b2034c72475d72c2cfa0392cb7a100bd /README.md | |
| parent | 57495a794dab13c2a6a19a4adf7275c3eb76c185 (diff) | |
| download | afl++-449a14d1d030f758a410eac062eb5fbc1707c28a.tar.gz | |
more examples for README and custom_mutator README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index 7396706c..05511077 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,11 @@ Here are some good writeups to show how to effectibly use AFL++: * [https://bananamafia.dev/post/gb-fuzz/](https://bananamafia.dev/post/gb-fuzz/) * [https://securitylab.github.com/research/fuzzing-challenges-solutions-1](https://securitylab.github.com/research/fuzzing-challenges-solutions-1) +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) + If you find other good ones, please send them to us :-) ## 6) Power schedules |
