libfuzzer

Official

Fuzz C/C++ apps with LLVM libFuzzer.

AuthorSuperlend
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines discovering memory corruption and logic bugs in C/C++ projects by using an in-process, coverage-guided fuzzer.

Core Features & Use Cases

  • In-process, coverage-guided fuzzing for C/C++ code
  • Simple harness integration with Clang/LLVM
  • Quick setup for single-project fuzzing and CI integration

Quick Start

Install LLVM/Clang and libFuzzer, then compile your harness and target with fuzzing enabled: clang++ -fsanitize=fuzzer -g -O2 harness.cpp target.cpp -o fuzz Run fuzzing with a corpus: ./fuzz corpus/

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: libfuzzer
Download link: https://github.com/Superlend/superloop-core-contracts/archive/main.zip#libfuzzer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.