Age | Commit message (Expand) | Author |
---|---|---|
2020-07-21 | UserspaceEmulator+LibX86: Start tracking uninitialized memory :^) | Andreas Kling |
2020-07-16 | UserspaceEmulator: Add ways to check if a Region is stack/mmap | Andreas Kling |
2020-07-15 | UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) | Andreas Kling |
2020-07-13 | UserspaceEmulator: Add basic support for memory-mapped files | Andreas Kling |
2020-07-13 | UserspaceEmulator: Make mmap'ed memory track read/write protection | Andreas Kling |