Andreas Kling
|
be5f42adea
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
|
5 years ago |
Andreas Kling
|
a49c794725
UserspaceEmulator: Add the get_dir_entries() syscall + an ioctl() stub
|
5 years ago |
Andreas Kling
|
75500b449c
UserspaceEmulator: Fix every line in backtraces showing EIP
|
5 years ago |
Andreas Kling
|
b17d175379
UserspaceEmulator: Add the usleep() syscall
|
5 years ago |
Andreas Kling
|
e50874621a
UserspaceEmulator: Don't scan text segment for malloc leaks
|
5 years ago |
Andreas Kling
|
441918be7e
UserspaceEmulator: Capture backtraces of malloc/free events
|
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
|
67cdbe1925
UserspaceEmulator: Cache the location and size of "malloc" and "free"
|
5 years ago |
Andreas Kling
|
33e3e8d63d
UserspaceEmulator: Add the getrandom() syscall
|
5 years ago |
Andreas Kling
|
1873b8f3e4
UserspaceEmulator: Fix bogus use of "errno" in shbuf related syscalls
|
5 years ago |
Andreas Kling
|
c314292319
UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^)
|
5 years ago |
Andreas Kling
|
c8b496162d
UserspaceEmulator: Add some more syscalls :^)
|
5 years ago |
Andreas Kling
|
2da44dba44
UserspaceEmulator: Add support for shared buffers (shbuf)
|
5 years ago |
Andreas Kling
|
339f12e8a2
UserspaceEmulator: Implement an assortment of system calls
|
5 years ago |
Sergey Bugaev
|
e12b591509
UserspaceEmulator: Implement virt$pipe()
|
5 years ago |
Andreas Kling
|
a27473cbc2
UserspaceEmulator+LibX86: Turn on -O3 optimization for emulation code
|
5 years ago |
Andreas Kling
|
e0580e2975
UserspaceEmulator: Add some more syscalls
|
5 years ago |
Andreas Kling
|
9b6464010f
UserspaceEmulator: Add basic support for memory-mapped files
|
5 years ago |
Andreas Kling
|
f6ad5edab0
UserspaceEmulator: Make mmap'ed memory track read/write protection
|
5 years ago |
Andreas Kling
|
27c1690504
UserspaceEmulator: Pass arguments through to emulated process
|
5 years ago |
Andreas Kling
|
3d42b85969
UserspaceEmulator: Move SimpleRegion to its own files
|
5 years ago |
Andreas Kling
|
4d3787ae33
UserspaceEmulator: Support the fstat() and get_process_name() syscalls
|
5 years ago |
Andreas Kling
|
617655db0d
UserspaceEmulator: Move exit() syscall logging to debug output
|
5 years ago |
Andreas Kling
|
1d32c66dde
UserspaceEmulator: Put some syscall logging behind DEBUG_SPAM
|
5 years ago |
Andreas Kling
|
95a42efc62
UserspaceEmulator: Implement enough syscalls to get /bin/id running :^)
|
5 years ago |
Andreas Kling
|
1b196df4c4
UserspaceEmulator: Implement/stub out various syscalls
|
5 years ago |
Andreas Kling
|
56d3a949e6
UserspaceEmulator: Disable per-instruction trace dumps for now
|
5 years ago |
Andreas Kling
|
079021a607
UserspaceEmulator: Put the executable name in argv[0] :^)
|
5 years ago |
Andreas Kling
|
ddf7b817df
UserspaceEmulator: Add Emulator::dump_backtrace()
|
5 years ago |