From 7a34cfc86a0c2a230407070cff50cd7fcd4b02e9 Mon Sep 17 00:00:00 2001 From: Manh-Dung Nguyen Date: Tue, 10 Mar 2020 12:42:29 +0100 Subject: [PATCH 1/2] Add awesome directed fuzzing repo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 021d06c..54e880c 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,10 @@ https://files.fuzzing-project.org/ [AntiFuzz: Impeding Fuzzing Audits of Binary Executables](https://www.usenix.org/conference/usenixsecurity19/presentation/guler) +## Directed Fuzzing + +[Awesome Directed Fuzzing](https://github.com/strongcourage/awesome-directed-fuzzing): A curated list of awesome directed fuzzing research papers. + ## Contributing [Please refer the guidelines at contributing.md for details](Contributing.md). From 68904398ebbd0eb3a27672217b0666e36a7acea8 Mon Sep 17 00:00:00 2001 From: Manh-Dung Nguyen Date: Tue, 10 Mar 2020 12:45:54 +0100 Subject: [PATCH 2/2] Update content --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54e880c..d76b2ed 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ A curated list of fuzzing resources ( Books, courses - free and paid, videos, to + [Essential Tools](#essential-tools) - [Vulnerable Applications](#vulnerable-applications) - [Anti-Fuzzing](#anti-fuzzing) +- [Directed-Fuzzing](#directed-fuzzing) - [Contributing](#contributing)