address-sanitizer
CommunityDetect memory errors in C/C++ code.
AuthorRamprasad4121
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps developers find critical memory corruption bugs like buffer overflows and use-after-free errors in C/C++ code during testing and fuzzing.
Core Features & Use Cases
- Memory Error Detection: Identifies common memory safety violations.
- Fuzzing Integration: Works seamlessly with fuzzing tools like libFuzzer and AFL++.
- Use Case: When fuzzing a C library, use AddressSanitizer to automatically catch heap buffer overflows that could lead to security vulnerabilities.
Quick Start
Compile your C code with the AddressSanitizer enabled using the -fsanitize=address flag.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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/Ramprasad4121/srp/archive/main.zip#address-sanitizer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.