Back to Skills

address-sanitizer

plurigrid
Updated 21 days ago
14 views
7
3
7
View on GitHub
Othergeneral

About

This skill enables developers to use AddressSanitizer (ASan) to detect critical memory safety bugs like use-after-free and buffer overflows in C/C++ code. It's a security-focused tool for identifying memory leaks and other runtime errors during testing. Use it for in-depth memory error detection as part of a comprehensive security testing workflow.

Quick Install

Claude Code

Recommended
Primary
npx skills add plurigrid/asi -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/plurigrid/asi
Git CloneAlternative
git clone https://github.com/plurigrid/asi.git ~/.claude/skills/address-sanitizer

Copy and paste this command in Claude Code to install this skill

GitHub Repository

plurigrid/asi
Path: skills/address-sanitizer
0

Related Skills