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
Mis à jour 1/14/2026
Étoiles
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
Utilisation
Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :
skills use address-sanitizer