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
अपडेट किया गया 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