From c1ca34c7f338d8ca0208a176c335f4540c47444e Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Wed, 21 Jun 2017 10:07:58 +0200 Subject: [PATCH] add perl/xs fuzzing tutorial (#13) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f895ad0..9196e75 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Filesystem Fuzzing with American Fuzzy lop](http://events.linuxfoundation.org/sites/events/files/slides/AFL%20filesystem%20fuzzing%2C%20Vault%202016_0.pdf) +[Fuzzing Perl/XS modules with AFL](https://medium.com/@dgryski/fuzzing-perl-xs-modules-with-afl-4bfc2335dd90) + ##### libFuzzer Fuzzer related tutorials