From 830485db7ccd22e5432e95a3977ff659ae71f884 Mon Sep 17 00:00:00 2001 From: figbux Date: Sun, 1 Dec 2019 20:49:57 +0300 Subject: [PATCH] Add tool: AFLGo A nifty one --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1161453..29254df 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [TriforceAFL](https://www.nccgroup.trust/uk/about-us/newsroom-and-events/blogs/2016/june/project-triforce-run-afl-on-everything/) - A modified version of AFL that supports fuzzing for applications whose source code not available. +[AFLGo](https://github.com/aflgo/aflgo) - Directed Greybox Fuzzing with AFL, to fuzz targeted locations of a program. + [Peach Fuzzer](https://sourceforge.net/projects/peachfuzz/) - Framework which helps to create custom dumb and smart fuzzers. [MozPeach](https://github.com/MozillaSecurity/peach) - A fork of peach 2.7 by Mozilla Security.