Fix broken link of AFL and LibFuzzer tutorial (#24)

replace the link of 'A gentle introduction to fuzzing C++ code with AFL and libFuzzer'
This commit is contained in:
f0r 2017-09-10 20:07:19 +08:00 committed by Mohammed A Imran
parent 01a365c2bd
commit 911c8f4989

View File

@ -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.