Skip to content

littledivy/dfuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfuzz

Fuzzing JS/TS code with LLVM libFuzzer.

Installation

deno install -Afn --unstable dfuzz https://deno.land/x/fuzz/fuzzer.ts

Usage

export function fuzzTarget(input: Uint8Array): void {
  // ...
}
dfuzz fuzz_target.ts

Trophy 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.