From 3d039bdf895e4a4e3107e0ad6dd8e85e00067487 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Thu, 11 Feb 2021 15:17:25 +0100 Subject: [PATCH] Add Jazzer to Misc Fuzzers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c92882b..4be88fa 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [FExM](https://github.com/fgsect/fexm) - Automated Large-Scale Fuzzing Framework +[Jazzer](https://github.com/CodeIntelligenceTesting/jazzer) - A coverage-guided, in-process fuzzer for the Java Virtual Machine based on libFuzzer. + ### Taint Analysis *How user input affects the execution*