From e0b1a9b67b3430402f9fdccc4d0cc757ac085d2b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 24 Apr 2025 22:08:53 +0200 Subject: Add simplified fuzzer tool. Thanks to Mischa for writing the original RTT fuzzer! --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index aa1885a..c752c02 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,8 @@ "pug": "^3.0.2", "utf-8-validate": "^6.0.3", "ws": "^8.16.0" + }, + "devDependencies": { + "@jazzer.js/core": "^2.1.0" } } -- cgit v1.2.3