Nico Weber
|
f1c0f661f4
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)
|
4 years ago |
Andreas Kling
|
be5f42adea
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
|
5 years ago |
Andreas Kling
|
e50874621a
UserspaceEmulator: Don't scan text segment for malloc leaks
|
5 years ago |
Andreas Kling
|
c13da77e85
UserspaceEmulator: Add TLS regions to reachability checking
|
5 years ago |
Andreas Kling
|
f6584bfc36
UserspaceEmulator: Implement very basic leak checking :^)
|
5 years ago |
Andreas Kling
|
7e13244238
UserspaceEmulator: Add ways to check if a Region is stack/mmap
|
5 years ago |
Andreas Kling
|
2da44dba44
UserspaceEmulator: Add support for shared buffers (shbuf)
|
5 years ago |
Andreas Kling
|
8656835935
UserspaceEmulator: Add a very simple instruction fetch cache
|
5 years ago |
Andreas Kling
|
e0580e2975
UserspaceEmulator: Add some more syscalls
|
5 years ago |
Andreas Kling
|
94f07660e9
UserspaceEmulator: Add some convenient SoftMMU APIs for copying data
|
5 years ago |
Andreas Kling
|
734f63d522
UserspaceEmulator: Add basic TLS (thread-local storage) support
|
5 years ago |
Andreas Kling
|
6f27770cea
UserspaceEmulator: Add 8/16 bit memory read/write operations
|
5 years ago |
Andreas Kling
|
d5c46cf528
UserspaceEmulator: Start sketching out a SoftMMU class :^)
|
5 years ago |