libfuzzer-cpp
Installation
SKILL.md
libfuzzer-cpp
Overview
This skill wraps LLVM's libFuzzer (per llvm.org/docs/LibFuzzer.html) for C/C++ targets. Composes with:
sanitiser-integration-referencefor ASan + UBSan integrationcorpus-management-referencefor seed / evolved-corpus / crash artefact discipline
When to use
- Fuzzing a C / C++ library function (parser, decoder, validator).
- Targeting a specific function - in-process fuzzing is faster than out-of-process AFL.
- Pairing with ASan + UBSan for memory-safety + UB detection.