Skip to content

modulexcite/afl.rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🐇 Fuzzing Rust code with american-fuzzy-lop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.0%
  • Shell 7.3%
  • Rust 4.1%
  • C++ 4.1%
  • Makefile 2.8%
  • HTML 0.7%