Fuzz testing is a software testing technique used to find security and stability issues by providing pseudo-random data as input to the software. American fuzzy lop is a popular, effective, and modern fuzz testing tool. This library, afl.rs, allows one to run AFL on code written in the Rust programming language.
Screen recording of AFL running on Rust code. The code under test is afl/examples/hello.rs
in this repository.
Documentation for afl.rs can be found in the Rust Fuzz Book.
The trophy case has moved to a separate dedicated repository:
https://github.com/rust-fuzz/trophy-case