afl 0.2.2

Fuzzing Rust code with american-fuzzy-lop
Documentation

What is it?

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.

What does it look like?

Screen recording of AFL running on Rust code. The code under test is afl/examples/hello.rs in this repository.

Book

Documentation for afl.rs can be found in the Rust Fuzz Book.

Trophy case

The trophy case has moved to a separate dedicated repository:

https://github.com/rust-fuzz/trophy-case