summaryrefslogtreecommitdiff
path: root/DevTools/UserspaceEmulator
AgeCommit message (Expand)Author
2020-11-23UserspaceEmulator: Implement clock_nanosleepSimon Danner
2020-11-22UserspaceEmulator: Add support for watch_fileSimon Danner
2020-11-19UserspaceEmulator: Inline some very hot functionsAndreas Kling
2020-11-16UserspaceEmulator: Keep Emulator& closer to the action in some placesAndreas Kling
2020-11-16UserspaceEmulator: Cache the region we're executing code fromAndreas Kling
2020-11-16UserspaceEmulator: Reduce malloc thrashing in backtrace captureAndreas Kling
2020-11-16UserspaceEmulator: Make big malloc block lookup O(1) as wellAndreas Kling
2020-11-16UserspaceEmulator: Make Region a top-level classAndreas Kling
2020-11-16UserspaceEmulator: Devirtualize read/write/execute region permissionsAndreas Kling
2020-11-16UserspaceEmulator: Hang malloc metadata on malloc block MmapRegionsAndreas Kling
2020-11-16UserspaceEmulator: Improve error text on jump to non-executable memoryAndreas Kling
2020-11-15UserspaceEmulator: Implement 32-bit FIDIV, 16-bit FIADD/FISUB/FISUBR/FIDIV/FI...Nico Weber
2020-11-15UserspaceEmulator: Add a fast path for forward REP STOSDAndreas Kling
2020-11-15UserspaceEmulator: Add a fast path for forward REP STOSBAndreas Kling
2020-11-15UserspaceEmulator: Add virtual data()/shadow_data() accessors to RegionAndreas Kling
2020-11-15UserspaceEmulator: Add a page-address-to-MMU-region lookup mapAndreas Kling
2020-11-15UserspaceEmulator: Make sure the (crappy) VM allocator is page-alignedAndreas Kling
2020-11-15UserspaceEmulator: Implement FISUBR_RM32Nico Weber
2020-11-14UserspaceEmulator: Fix some FPU instructions' handling of RM32/RM64Andreas Kling
2020-11-14UserspaceEmulator: Skip destroying the Emulator object on shutdownAndreas Kling
2020-11-14UserspaceEmulator: Untaint flags in FCOMI and FUCOMI for nowAndreas Kling
2020-11-14UserspaceEmulator: Forget ChunkedBlocks after they are munmap()'edAndreas Kling
2020-11-14UserspaceEmulator: Avoid one hash lookup in target_did_malloc()Andreas Kling
2020-11-14UserspaceEmulator: Add some helpers to tidy up TrackedChunkedBlockAndreas Kling
2020-11-14UserspaceEmulator: Track malloc ChunkedBlocks for faster auditingAndreas Kling
2020-11-14UserspaceEmulator: Implement FISUB_RM32Andreas Kling
2020-11-14UserspaceEmulator: Remove some FPU debug spamAndreas Kling
2020-11-14UserspaceEmulator: Implement FABSAndreas Kling
2020-11-14UserspaceEmulator: Improve FCOMI/FCOMIP/FUCOMI/FUCOMIPAndreas Kling
2020-11-14UserspaceEmulator: Honor the read/write/execute bits in mmap regionsAndreas Kling
2020-11-14UserspaceEmulator: Print an emulator backtrace on OOB accessAndreas Kling
2020-11-13UserspaceEmulator: When auditing accesses, show nearest mallocationAndreas Kling
2020-11-13UserspaceEmulator: Support FCMOVBE and FCMOVNBEAndreas Kling
2020-11-13UserspaceEmulator: Emulate the sys$get_stack_bounds() syscallAndreas Kling
2020-11-13UserspaceEmulator: Initial FPU support (by @nico)Andreas Kling
2020-11-08UserspaceEmulator: Support the first two levels of CPUIDAndreas Kling
2020-11-08UserspaceEmulator+LibC: Have UE notice realloc() and update accountingAndreas Kling
2020-11-08UserspaceEmulator: Fix busted backtraces with --report-to-debugAndreas Kling
2020-11-08UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()Andreas Kling
2020-10-25UserspaceEmulator: Remove some unneeded String copiesAnotherTest
2020-10-25UserspaceEmulator: Handle SO_BINDTODEVICE in setsockoptAnotherTest
2020-10-25UserspaceEmulator: Add support for setsidAnotherTest
2020-10-25UserspaceEmulator: Add support for set_thread_nameAnotherTest
2020-10-25UserspaceEmulator: Add support for fchownAnotherTest
2020-10-25UserspaceEmulator: Add support for chmodAnotherTest
2020-10-25UserspaceEmulator: Add support for setgroupsAnotherTest
2020-10-25UserspaceEmulator: Add support for sched_(g s)etparamAnotherTest
2020-10-25UserspaceEmulator: Add support for some more ioctl() requestsAnotherTest
2020-10-25UserspaceEmulator: Add support for emulating SC_mountAnotherTest
2020-10-25UserspaceEmulator: Optionally write reports to the debug logAnotherTest