From 45b0b2edd0ff7e0fb3b4566e7c1d5267fe232105 Mon Sep 17 00:00:00 2001 From: Tim Strazzere Date: Wed, 13 Jul 2016 21:23:05 -0700 Subject: [PATCH] Add AFL persistent mode article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b92082..55febdf 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio ##### AFL Fuzzer related tutorials [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. +[Fuzzing capstone using AFL persistent mode](https://toastedcornflakes.github.io/articles/fuzzing_capstone_with_afl.html) - by @toasted_flakes ##### Spike Fuzzer related tutorials