Skip to content

cristiandaniele/afl-for-stateful-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFL++ for stateful systems

AFL++ is a stateless greybox fuzzer used to find vulnerabilities in software. The repository explains how to use AFL++ in its classic way and provides hints to use it to fuzz a stateful system.

Repository tree

├── AFL++ for stateful systems.md
├── AFL++ for stateless systems.md
├── code
│   ├── input_stateful
│   │   └── seeds.txt
│   ├── input_stateless
│   │   └── seed.txt
│   ├── stateful_system.cpp
│   ├── stateless_system.cc
│   ├── trace_mutator.c
│   └── traces.txt
├── images
└── readme.md

Contributions

Contributions at any level are appreciated!:)

About

Guide to use AFL++ on a stateful system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published