summaryrefslogtreecommitdiff
path: root/DevTools/UserspaceEmulator/MmapRegion.cpp
AgeCommit message (Expand)Author
2020-07-21UserspaceEmulator: Mark mmap and shbuf regions as initialized up frontAndreas Kling
2020-07-21UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)Andreas Kling
2020-07-15UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^)Andreas Kling
2020-07-13UserspaceEmulator: Add basic support for memory-mapped filesAndreas Kling
2020-07-13UserspaceEmulator: Make mmap'ed memory track read/write protectionAndreas Kling