From 5fe232c03049c190102873f9c8a706407b7f00e1 Mon Sep 17 00:00:00 2001 From: Nicolas DUBIEN Date: Mon, 3 Jul 2023 11:14:47 +0200 Subject: [PATCH] Adding fast-check into the list of known fuzzers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7270eeb..717150a 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Jazzer](https://github.com/CodeIntelligenceTesting/jazzer) - A coverage-guided, in-process fuzzer for the Java Virtual Machine based on libFuzzer. +[fast-check](https://fast-check.dev/) - A fuzzer tool written in TypeScript and designed to run un-expected inputs against JavaScript code. + ### Taint Analysis *How user input affects the execution*