LibAFL
- [LibAFL Examples](https://github.com/AFLplusplus/LibAFL/tree/main/fuzzers) - Collection of example fuzzers
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: libafl
type: fuzzer
description: >
LibAFL is a modular fuzzing library for building custom fuzzers. Use for
advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.
---
# LibAFL
LibAFL is a modular fuzzing library that implements features from AFL-based fuzzers like AFL++. Unlike traditional fuzzers, LibAFL provides all functionality in a modular and customizable way as a Rust library. It can be used as a drop-in replacement for libFuzzer or as a library to build...
Full prompt length: 16907 characters
Tools & Technologies
- Rust
- rust