afl.rs
afl.rs copied to clipboard
Provide a way to use system-wide AFL
It would be very nice if there would be possible to do so, since I'm not packaging afl-rs for Fedora.
This seems doable. We just need to add a new CLI flag and add a conditional here: https://github.com/rust-fuzz/afl.rs/blob/2a0471fafe31085f426ce6d70f45b1b3fd364694/src/bin/cargo-afl.rs#L137