diff options
author | van Hauser <vh@thc.org> | 2020-07-28 22:13:37 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-28 22:13:37 +0200 |
commit | 827ecd61f651fcf72d1f155ecf5afc76101dde75 (patch) | |
tree | c297f019edc2b4759760ece61d83cf7dc35d40e4 | |
parent | 0b8c44cbb1a29d54695115cfbe3b27f7bfe67560 (diff) | |
download | afl++-827ecd61f651fcf72d1f155ecf5afc76101dde75.tar.gz |
add new example/guideline
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 62137855..0716b750 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Here are some good writeups to show how to effectively use AFL++: * [https://aflplus.plus/docs/tutorials/libxml2_tutorial/](https://aflplus.plus/docs/tutorials/libxml2_tutorial/) * [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) + * [https://securitylab.github.com/research/fuzzing-software-2](https://securitylab.github.com/research/fuzzing-software-2) * [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 |