Cargo fuzz: a cargo subcommand for fuzzing with libFuzzer
by westurner on 6/13/2025, 3:47:08 PM
The other day I noticed the fuzzing support in the zip crate.
How does cargo-fuzz compare to cargo-afl and the `cargo afl fuzz` command?
Rust Fuzz Book > Tutorial: https://rust-fuzz.github.io/book/afl/tutorial.html#start-fuz...
The other day I noticed the fuzzing support in the zip crate.
How does cargo-fuzz compare to cargo-afl and the `cargo afl fuzz` command?
Rust Fuzz Book > Tutorial: https://rust-fuzz.github.io/book/afl/tutorial.html#start-fuz...