Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AFLplusplus/AFLplusplus/llms.txt
Use this file to discover all available pages before exploring further.
Language Support
Extend AFL++ to other programming languages:Parallel Fuzzing
Tools to manage multiple AFL++ instances with optimized settings:- AFL_Runner - Advanced parallel fuzzing orchestration
- AFLplusplus-Parallel-Gen - Generate parallel fuzzing configurations
Performance Optimization
Speed Improvements
- libfiowrapper - Use shared memory test case feature for file-loading functions (recommended)
Test Case Minimization
- afl-pytmin - Wrapper for afl-tmin using multiple CPU cores
- afl-ddmin-mod - ddmin algorithm-based minimization
- halfempty - Fast parallel minimization by Tavis Ormandy
Distributed Fuzzing
Run AFL++ campaigns across multiple machines:- disfuzz-afl - Distributed fuzzing for AFL
- AFLDFF - AFL distributed fuzzing framework
- afl-launch - Execute many AFL instances
- afl-mothership - Manage synchronized fuzzers on AWS
- afl-in-the-cloud - Run AFL in AWS
Management and Monitoring
Campaign Management
- afl-utils - Automatic crash processing and test case reduction
- afl-other-arch - Support for non-x86 architectures
- afl-trivia - Simplify AFL management
- afl-extras - Parallelize afl-tmin, startup, and data collection
Monitoring
- afl-monitor - Monitor AFL fuzzing campaigns
- afl-manager - Python web server for multi-afl management
- afl-remote - Remote management of AFL instances
Crash Analysis
Tools to triage and analyze crashes:- AFLTriage - Triage crashing inputs using GDB
- afl-crash-analyzer - Crash analyzer for AFL
- CASR - Comprehensive crash triage and analysis suite
- fuzzer-utils - Result analysis scripts
- atriage - Simple triage tool
- afl-fid - Input data processing tools
Build and Integration
- afl-kit - afl-cmin implementation in Python
- AFLize - Automatically generate AFL-ready Debian package builds
If you know of other useful tools, please let us know or submit a PR to add them to this list!

