home/categories/debugging/plurigrid-asi-skills-address-sanitizer-skill-md
debuggingtools

address-sanitizer

Use AddressSanitizer to detect memory safety bugs in C/C++ programs. Identifies use-after-free, buffer overflow, memory leaks, and other memory errors.

plurigrid
maintainer
plurigrid
Updated 1/19/2026
Stars
2
Forks
3
quick start

Installation and usage

Use AddressSanitizer to detect memory safety bugs in C/C++ programs. Identifies use-after-free, buffer overflow, memory leaks, and other memory errors.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use address-sanitizer