Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.61 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.61 KB

afl.rs logo
afl.rs

Fuzzing Rust code with american fuzzy lop (AFL)

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.

Documentation

Documentation can be found in the Rust Fuzz Book.

What does it look like?

Screen recording of afl

Screen recording of AFL running on Rust code.