From 911c8f4989a6d21f1b71a0e52446e6fe4d6c5fca Mon Sep 17 00:00:00 2001 From: f0r Date: Sun, 10 Sep 2017 20:07:19 +0800 Subject: [PATCH] Fix broken link of AFL and LibFuzzer tutorial (#24) replace the link of 'A gentle introduction to fuzzing C++ code with AFL and libFuzzer' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a18fb..f648bf6 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ A curated list of fuzzing resources ( Books, courses - free and paid, videos, to [Fuzzing workflows; a fuzz job from start to finish](https://foxglovesecurity.com/2016/03/15/fuzzing-workflows-a-fuzz-job-from-start-to-finish/) - by @BrandonPrry. -[A gentle introduction to fuzzing C++ code with AFL and libFuzzer](http://jefftrull.github.io/c++/clang/llvm/fuzzing/sanitizers/2015/11/27/fuzzing-with-sanitizers.html) - by Jeff Trull. +[A gentle introduction to fuzzing C++ code with AFL and libFuzzer](http://jefftrull.github.io/c++/clang/llvm/fuzzing/sanitizer/2015/11/27/fuzzing-with-sanitizers.html) - by Jeff Trull. [A 15 minute introduction to fuzzing](https://www.mwrinfosecurity.com/our-thinking/15-minute-guide-to-fuzzing/) - by folks at MWR Security.