liumuqing / afl.rs

πŸ‡ Fuzzing Rust code with american-fuzzy-lop

Home Page:https://rust-fuzz.github.io/book/afl.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://rust-fuzz.github.io/book/afl.html

License:Apache License 2.0


Languages

Language:C 81.0%Language:Shell 7.3%Language:Rust 4.1%Language:C++ 4.1%Language:Makefile 2.8%Language:HTML 0.7%Language:PLpgSQL 0.0%Language:JavaScript 0.0%