ThePatrickStar / fuzzer-utils

utilities for analysis of fuzzer results (based on AFL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuzzer Utils

This project requires python3 and AFL.

This project works only on Linux currently.

virtualenv -p python3 fu-env
source fu-env/bin/activate
pip install -r requirements.txt

You may need to install this in case of error "Tkinter module not found":

sudo apt-get install python3-tk

About

utilities for analysis of fuzzer results (based on AFL)


Languages

Language:Python 100.0%