Repository
Current version released
3 years ago
Versions
dfuzz
Fuzzing JS/TS code with LLVM libFuzzer.
Installation
deno install -Afn --unstable dfuzz https://deno.land/x/dfuzz/fuzzer.tsUsage
export function fuzzTarget(input: Uint8Array): void {
// ...
}dfuzz fuzz_target.tsTrophy case
List of bugs found with dfuzz.
- Did dfuzz help you find a bug? Please add it to the list.
License
All files in libfuzzer directory are licensed NCSA. All other files are licensed under MIT license.