Commit History

Author SHA1 Message Date
  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
  Andreas Kling 584923445c UserspaceEmulator: "Add" a couple of syscalls 5 years ago
  Andreas Kling 734f63d522 UserspaceEmulator: Add basic TLS (thread-local storage) support 5 years ago
  Andreas Kling ce51cf90c6 UserspaceEmulator: Make sure ELF data segments are zero-initialized 5 years ago
  Andreas Kling 463afa69a7 UserspaceEmulator: Improve the initial program stack a tiny bit 5 years ago
  Andreas Kling 0f63d8c9b4 UserspaceEmulator: Symbolicate disassembly output :^) 5 years ago
  Andreas Kling dc66d70369 UserspaceEmulator: Don't exit the emulation loop on "RET" :^) 5 years ago
  Andreas Kling c4ec38ddb5 UserspaceEmulator: Print out the current EIP as we execute instructions 5 years ago
  Andreas Kling ae1d14bc7a UserspaceEmulator: Load the target executable ELF semi-properly :^) 5 years ago
  Andreas Kling 0eab5659f8 UserspaceEmulator: Set up a very basic program entry stack 5 years ago
  Andreas Kling 6f27770cea UserspaceEmulator: Add 8/16 bit memory read/write operations 5 years ago