home/categories/debugging/trailofbits-skills-plugins-testing-handbook-skills-skills-address-sanitizer-skill-md
debuggingtools
address-sanitizer
AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.
maintainer
trailofbits
Updated 1/14/2026
Stars
4466
Forks
385
quick start
Installation and usage
AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.
Installation
$ install --globalskills.sh
Usage
Once installed, you can use this skill by running the following command in your terminal:
skills use address-sanitizer