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.

trailofbits
maintainer
trailofbits
更新于 1/14/2026
星标
4466
分支
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.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use address-sanitizer