From 3895a70cab419409b280b3e5f333f69bc8c9998e Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Sat, 5 Jun 2021 08:26:28 +0300 Subject: [PATCH] add libfuzzer (#1922) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 68d94bf..0d88fb5 100644 --- a/packages.json +++ b/packages.json @@ -15702,6 +15702,20 @@ "license": "MIT", "web": "https://github.com/planetis-m/patgraph" }, + { + "name": "libfuzzer", + "url": "https://github.com/planetis-m/libfuzzer", + "method": "git", + "tags": [ + "fuzzing", + "unit-testing", + "hacking", + "security" + ], + "description": "Thin interface for libFuzzer, an in-process, coverage-guided, evolutionary fuzzing engine.", + "license": "MIT", + "web": "https://github.com/planetis-m/libfuzzer" + }, { "name": "golden", "url": "https://github.com/disruptek/golden",