From 1b08264880a22dc1fa98719d1edbd774cbc0f816 Mon Sep 17 00:00:00 2001 From: Renata Hodovan Date: Thu, 27 Jul 2017 23:03:38 +0200 Subject: [PATCH] Add grammarinator to file format fuzzers. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 310fae2..34d0f61 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [binspector](https://github.com/binspector/binspector) - A binary format analysis and fuzzing tool +[grammarinator](https://github.com/renatahodovan/grammarinator) - Fuzzing tool for file formats based on ANTLR v4 grammars (lots of grammars already available from the ANTLR project). + ### Network Protocol Fuzzers *Fuzzers which helps in fuzzing applications which use network based protocals like HTTP, SSH, SMTP etc.,*