mirror of https://github.com/rwf2/Rocket.git
4d258739f5 | ||
---|---|---|
.. | ||
corpus/uri-parsing | ||
targets | ||
.gitignore | ||
Cargo.toml | ||
README.md |
README.md
Fuzzing
Install cargo-fuzz
:
cargo install -f cargo-fuzz
Run any available target where $target
is the name of the target and $n
is
the number of CPUs to use for fuzzing:
cargo fuzz list # get list of targets
cargo fuzz run $target -j $n