Andreas Kling
|
9def88e08d
UserspaceEmulator: Don't just return "EMULATED" in get_process_name()
|
5 yıl önce |
Andreas Kling
|
2ac5c2278d
UserspaceEmulator: Support ioctl(TIOCGWINSZ)
|
5 yıl önce |
Andreas Kling
|
0b287c18b9
UserspaceEmulator: Implement the execve() syscall :^)
|
5 yıl önce |
Andreas Kling
|
b9b74e355a
UserspaceEmulator: Implement the fork() syscall :^)
|
5 yıl önce |
Andreas Kling
|
d9f933df7b
UserspaceEmulator: Implement the setuid() and setgid() syscalls
|
5 yıl önce |
Andreas Kling
|
368cea4094
UserspaceEmulator: Implement the accept() and setsockopt() syscalls
|
5 yıl önce |
Andreas Kling
|
f097ed6ada
UserspaceEmulator: Transfer the environment to the emulated process
|
5 yıl önce |
Andreas Kling
|
9c155c8f35
UserspaceEmulator: Tweak some output strings
|
5 yıl önce |
Andreas Kling
|
abebec0e04
UserspaceEmulator: Use the base address of instructions in backtraces
|
5 yıl önce |
Andreas Kling
|
0f91dfa139
UserspaceEmulator: Show file and line numbers in backtraces :^)
|
5 yıl önce |
Andreas Kling
|
d1dd5013ea
UserspaceEmulator: Remove unnecessary local getpid() caches
|
5 yıl önce |
Andreas Kling
|
15753e9633
UserspaceEmulator: Don't hardcode the amount of thread-local data
|
5 yıl önce |
Andreas Kling
|
903c5b0833
UserspaceEmulator: Mark the full initial TCB as initialized memory
|
5 yıl önce |
Andreas Kling
|
be5f42adea
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
|
5 yıl önce |
Andreas Kling
|
a49c794725
UserspaceEmulator: Add the get_dir_entries() syscall + an ioctl() stub
|
5 yıl önce |
Andreas Kling
|
75500b449c
UserspaceEmulator: Fix every line in backtraces showing EIP
|
5 yıl önce |
Andreas Kling
|
b17d175379
UserspaceEmulator: Add the usleep() syscall
|
5 yıl önce |
Andreas Kling
|
e50874621a
UserspaceEmulator: Don't scan text segment for malloc leaks
|
5 yıl önce |
Andreas Kling
|
441918be7e
UserspaceEmulator: Capture backtraces of malloc/free events
|
5 yıl önce |
Andreas Kling
|
f6584bfc36
UserspaceEmulator: Implement very basic leak checking :^)
|
5 yıl önce |
Andreas Kling
|
7e13244238
UserspaceEmulator: Add ways to check if a Region is stack/mmap
|
5 yıl önce |
Andreas Kling
|
67cdbe1925
UserspaceEmulator: Cache the location and size of "malloc" and "free"
|
5 yıl önce |
Andreas Kling
|
33e3e8d63d
UserspaceEmulator: Add the getrandom() syscall
|
5 yıl önce |
Andreas Kling
|
1873b8f3e4
UserspaceEmulator: Fix bogus use of "errno" in shbuf related syscalls
|
5 yıl önce |
Andreas Kling
|
c314292319
UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^)
|
5 yıl önce |
Andreas Kling
|
c8b496162d
UserspaceEmulator: Add some more syscalls :^)
|
5 yıl önce |
Andreas Kling
|
2da44dba44
UserspaceEmulator: Add support for shared buffers (shbuf)
|
5 yıl önce |
Andreas Kling
|
339f12e8a2
UserspaceEmulator: Implement an assortment of system calls
|
5 yıl önce |
Sergey Bugaev
|
e12b591509
UserspaceEmulator: Implement virt$pipe()
|
5 yıl önce |
Andreas Kling
|
a27473cbc2
UserspaceEmulator+LibX86: Turn on -O3 optimization for emulation code
|
5 yıl önce |