ziggy
ziggy
is a fuzzer manager for Rust projects which is built to:
Features will also include:
First, install ziggy
by running:
cargo install ziggy afl honggfuzz grcov
Here is the output of the tool's help:
``` $ cargo ziggy cargo-ziggy 0.2.1 A multi-fuzzer management utility for all of your Rust fuzzing needs π§βπ€
USAGE:
cargo ziggy
OPTIONS: -h, --help Print help information -V, --version Print version information
SUBCOMMANDS: build Build the fuzzer and the runner binaries cover Generate code coverage information using the existing corpus fuzz Fuzz targets using different fuzzers in parallel help Print this message or the help of the given subcommand(s) init Create a new fuzzing target minimize Minimize the input corpus using the given fuzzing target run Run a specific input or a directory of inputs to analyze backtrace ```
For an example fuzz project, see the url example.