Y
Hacker News
new
|
ask
|
show
|
jobs
by
mananaysiempre
530 days ago
You can also integrate with AddressSanitizer to some extent, look into[1] ASAN_{UN,}POISON_MEMORY_REGION from <sanitizer/asan_interface.h> or the underlying intrinsics __asan_{un,}poison_memory_region.
[1]
https://github.com/google/sanitizers/wiki/AddressSanitizerMa...