targets
targets copied to clipboard
🎯 A collection of fuzzing targets written in Rust.
targets
A collection of fuzzing targets written in Rust.
How do I fuzz?
This repository contains a small CLI tool to help you run our fuzzers.
You can run it with cargo run (just like any other Rust tool).
Here are some examples:
cargo run list-targetsgives you a list of all fuzz targetscargo run target pulldown_cmark_readruns thepulldown_cmark_readtarget with the default fuzzercargo run target pulldown_cmark_read --fuzzer libfuzzerruns thepulldown_cmark_readtarget withlibfuzzercargo run continuouslyruns all targets (you can overwrite timeout per target and change the fuzzer)
For a complete list of available options, run cargo run -- help.
Contributing
Want to add another fuzz target? It can be for an existing crate or a new one, just open a pull request!
License
All files in this repository are licensed CC0.