제한된 메모리 샌타이저(CMSan)는 사용자가 감시하는 메모리가 사용될 때 불변성을 확인하기 위해 빠른 감시점을 지정할 수 있게 해주는 샌타이저입니다. 이는 LLVM 포크로 개발되었으며, 메모리 안전성을 높이는 데 기여합니다. 이 도구는 GitHub에서 확인할 수 있습니다.
ConstrainedMemorySanitizer: LLVM fork introducing ConstrainedMemorySanitizer, or CMSan, a sanitizer that allows the user to specify fast watchpoints to check for invariants when the watched memory is used - https://github.com/andreafioraldi/ConstrainedMemorySanitizer