AFLplusplus/LibAFL
Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ... observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 85
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 49.5
- age_days: 2141
- days_rel: 22
- days_push: 7
- n_releases_24m: 9
Adoption not part of the score
2622 stars · 480 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LibAFL is a Rust library of reusable building blocks for constructing custom coverage-guided fuzzers, developed by the AFL++ team. It scales across cores and machines via its LLMP message-passing layer and supports instrumentation backends including SanitizerCoverage, Frida, QEMU, and TinyInst.
Use cases
- build a custom coverage-guided fuzzer in Rust
- fuzz binary-only targets without source code using Frida or QEMU
- scale fuzzing across multiple cores and machines
- fuzz embedded or no_std targets like hypervisors
- instrument targets with SanitizerCoverage or custom backends
- fuzz structured inputs with AST-based input formats
When to choose
- you need a highly customizable fuzzer beyond what off-the-shelf tools like AFL++ offer
- you want to fuzz binary-only targets via Frida, QEMU, or TinyInst
- you need multi-platform fuzzing including Windows, macOS, Android, or no_std environments
- you want near-linear scaling across cores and machines
When to avoid
- you just want to run a fuzzer with minimal setup - use AFL++ or another off-the-shelf fuzzer instead
- your team does not know Rust and cannot write custom fuzzer code
- you need a GUI-driven fuzzing workflow
Facets
library · maturity active
fuzzing testing security security developer-tools testing windows rust cross-platform coverage-guided-fuzzing afl frida qemu no-std binary-only-fuzzing fuzzing-framework linux macos android ios
2 sources
- readme: https://github.com/AFLplusplus/LibAFL · fetched 2026-08-28 · 304dbed6e2e5
- registry_crates: https://crates.io/api/v1/crates/libafl · fetched 2026-08-29 · f81d369fe7f6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| AFLplusplus/LibAFL | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="AFLplusplus/LibAFL")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem