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