address-sanitizer

Official

Detect memory errors during fuzzing with ASan.

AuthorSuperlend
Version1.0.0
Installs0

System Documentation

What problem does it solve?

AddressSanitizer detects memory safety violations during fuzzing, helping identify bugs that would otherwise go unnoticed.

Core Features & Use Cases

  • Memory-safety detection: Finds buffer overflows, use-after-free, and memory leaks in C/C++ fuzz targets.
  • Crash reproduction: Provides detailed reports and stack traces to reproduce defects.
  • Integration-friendly: Works with common fuzzing workflows by enabling -fsanitize=address during compilation.

Quick Start

Compile with AddressSanitizer enabled and run the fuzz target to observe memory-safety errors (e.g., clang -fsanitize=address -g -o fuzz fuzz_target.c; ./fuzz).

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: address-sanitizer
Download link: https://github.com/Superlend/superloop-core-contracts/archive/main.zip#address-sanitizer

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.