martinlindhe / autofuzz

framework for fuzzing various open source tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autofuzz

This project aims to help people get started with fuzzing.

Fuzzing a lib/tool already described in a formula (see "formulas" folder), is as simple as:

./fuzz xz

This will pull the xz library, from git master, build with afl instrumentation and start fuzzing using a supplied xz sample (see "testcases" folder).

It is currently built around american-fuzzy-lop, with the intention of expanding to include other fuzzers.

This runs on Debian/amd64, and assumes the following is installed

sudo apt-get install build-essential module-assistant git cvs automake libtool shtool gettext texinfo bison pkg-config

About

framework for fuzzing various open source tools


Languages

Language:Python 94.7%Language:C 5.3%