cargo-bolero
can be installed globally with cargo:
bash
$ cargo install -f cargo-bolero
cargo-bolero
needs a couple of libraries installed to function:
bash
$ apt install binutils-dev libunwind-dev
```bash Run a fuzzing engine for a target
USAGE:
cargo bolero fuzz [FLAGS] [OPTIONS]
FLAGS:
--all-features Activate all available features
-h, --help Prints help information
--no-default-features Do not activate the default
feature
--release Build artifacts in release mode, with optimizations
-V, --version Prints version information
OPTIONS:
--features
ARGS:
```bash Reduce the corpus of a test target with a fuzzing engine
USAGE:
cargo bolero reduce [FLAGS] [OPTIONS]
FLAGS:
--all-features Activate all available features
-h, --help Prints help information
--no-default-features Do not activate the default
feature
--release Build artifacts in release mode, with optimizations
-V, --version Prints version information
OPTIONS:
--features
ARGS: