Fuzzing

RecipeCratesCategories
aflaflcat-development-tools::testing

afl

afl afl-crates.io afl-github afl-lib.rs

Fuzz testing (or fuzzing) is a software testing technique used to find security and stability issues by providing pseudo-random data as input to the software. AFLplusplus is a popular, effective, and modern fuzz testing tool based on AFL. afl.rs allows one to run AFLplusplus on code written in the Rust programming language.

// COMING SOON