Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 854 Bytes

README.rst

File metadata and controls

62 lines (35 loc) · 854 Bytes

Fuzzgrind

A fully automatic fuzzing tool for Valgrind.

Requirements

  • bzip2
  • autoconf
  • make
  • gcc
  • python

Installation

$ ./install.sh

Configuration

Configuration file: fuzz/settings.cfg

Execution

CLI:

$ ./fuzz/fuzz.py

GUI:

$ ./fuzz/gui.py

Example

$ ./fuzz/fuzz.py test6

New input are created in testcase/input/ Crash files are be saved in testcase/crash/

Contact

gabriel [at] security-labs [dot] org