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.
├── 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 at any level are appreciated!:)