add libfuzzer (#1922)

This commit is contained in:
Antonis Geralis 2021-06-05 08:26:28 +03:00 committed by GitHub
parent 1262e0eea5
commit 3895a70cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",