From WikiChip
Memory Tagging (MT)
Revision as of 13:41, 8 December 2018 by David (talk | contribs) (memory tagging)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Not to be confused with Cache coloring.

Memory Tagging (MT) or memory coloring is a mechanisim that enables tracking of illegal memory operations by tagging (or coloring) allocated memory regions in order to detect mismatches. Memory tagging is used to detect most common memory bugs such as buffer overflows and UAFs.


Text document with shapes.svg This article is still a stub and needs your attention. You can help improve this article by editing this page and adding the missing information.