Showing category results for AddressSanitizer

Nov 17, 2025
Post comments count0
Post likes count0

Introducing MSVC AddressSanitizer for ARM64 targets

Zachary Johnson
Zachary Johnson

We are pleased to announce AddressSanitizer (ASan) support for the Microsoft C++ (MSVC) Build Tools for ARM64 targets. ASan is a runtime memory error detector that identifies difficult-to-find bugs with zero false positives and improves memory safety. More technical information on ASan can be found at aka.ms/asan.  ASan has long supported the x6...

C++AnnouncementAddressSanitizer