From 9784971b8604c335221181b8ecb4d31ea99bd5a1 Mon Sep 17 00:00:00 2001 From: Tim Strazzere Date: Sat, 23 Jul 2016 12:02:59 +0800 Subject: [PATCH] Add RAM disk article about AFL --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65f3ffc..78ca5d0 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Fuzzing capstone using AFL persistent mode](https://toastedcornflakes.github.io/articles/fuzzing_capstone_with_afl.html) - by @toasted_flakes +[RAM disks and saving your SSD from AFL Fuzzing](http://cipherdyne.org/blog/2014/12/ram-disks-and-saving-your-ssd-from-afl-fuzzing.html) + ##### Spike Fuzzer related tutorials [Fuzzing with Spike to find overflows](http://null-byte.wonderhowto.com/how-to/hack-like-pro-build-your-own-exploits-part-3-fuzzing-with-spike-find-overflows-0162789/)