summaryrefslogtreecommitdiff
path: root/DevTools/UserspaceEmulator/MmapRegion.h
AgeCommit message (Expand)Author
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling
2021-01-01UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTIAndreas Kling
2020-12-14UserspaceEmulator: Support dynamically loaded programsItamar
2020-12-14UserspaceEmulator: Support the name argument in mmap for file backed mappingsItamar
2020-12-14UserspaceEmulator: Update memory protection of underlying pagesItamar
2020-11-16UserspaceEmulator: Make Region a top-level classAndreas Kling
2020-11-16UserspaceEmulator: Devirtualize read/write/execute region permissionsAndreas Kling
2020-11-16UserspaceEmulator: Hang malloc metadata on malloc block MmapRegionsAndreas Kling
2020-11-15UserspaceEmulator: Add virtual data()/shadow_data() accessors to RegionAndreas Kling
2020-11-14UserspaceEmulator: Honor the read/write/execute bits in mmap regionsAndreas Kling
2020-09-23UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)Nico Weber
2020-08-01UserspaceEmulator: Mark mmap regions as malloc blocks when mallocingAndreas Kling
2020-07-21UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)Andreas Kling
2020-07-16UserspaceEmulator: Add ways to check if a Region is stack/mmapAndreas 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