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-reference for ASan + UBSan integration
  • corpus-management-reference for 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.
Installs
1
Repository
testland/qa
GitHub Stars
8
First Seen
Aug 12, 2026
libfuzzer-cpp — testland/qa