• Top
  • New

Cargo fuzz: a cargo subcommand for fuzzing with libFuzzer

by chilipepperhott on 6/13/2025, 3:38:00 PM with 1 comments
  • 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...