Xbox emulator
Go to file
2016-05-13 21:32:02 -06:00
NightBeliever Continued work on virtual filesystem. 2016-05-12 22:17:57 -06:00
.gitignore Added page-aligned virtual mapping. Added initial NtAllocateVirtualMemory. 2016-05-10 21:54:55 -06:00
Box.cpp Started implementing IOManager and building infrastructure. 2016-05-11 01:06:23 -06:00
Box.hpp Started implementing IOManager and building infrastructure. 2016-05-11 01:06:23 -06:00
CMakeLists.txt Completed CMake port. 2016-05-12 16:51:56 -06:00
Cpu.cpp Added new hypercall generation system. 2016-05-10 19:18:38 -06:00
Cpu.hpp Added hack to prevent kernel patching by XBEs. Added single step function to debugger. Fixed call signature for RtlLeaveCriticalSection. 2016-05-10 02:02:54 -06:00
Debugger.cpp Added read memory command to debugger. 2016-05-13 21:32:02 -06:00
Debugger.hpp Fixed debugger bugs. Added raw stack dump. 2016-05-10 00:13:22 -06:00
Hypercall.cpp Added debug logging to the io_open call. Continued VFS implementation. 2016-05-12 23:47:26 -06:00
hypercallgen.py Added new hypercall generation system. 2016-05-10 19:18:38 -06:00
hypercalls.yaml Continued work on virtual filesystem. 2016-05-12 22:17:57 -06:00
IOManager.cpp Added initial file/directory opening. Added file creation. 2016-05-13 02:21:56 -06:00
IOManager.hpp Added initial file/directory opening. Added file creation. 2016-05-13 02:21:56 -06:00
LICENSE.txt Fixed makefile issue where hypercallgen was being called every time. Added license. 2016-05-11 21:04:18 -06:00
main.cpp Added threading support and initial xbkernel implementations. 2016-05-08 19:18:47 -06:00
Makefile Fixed makefile issue where hypercallgen was being called every time. Added license. 2016-05-11 21:04:18 -06:00
PageManager.cpp Added page-aligned virtual mapping. Added initial NtAllocateVirtualMemory. 2016-05-10 21:54:55 -06:00
PageManager.hpp Added page-aligned virtual mapping. Added initial NtAllocateVirtualMemory. 2016-05-10 21:54:55 -06:00
test1.xbe Initial commit. 2015-06-11 15:31:31 -04:00
ThreadManager.cpp Fixed debugger bugs. Added raw stack dump. 2016-05-10 00:13:22 -06:00
ThreadManager.hpp Fixed debugger bugs. Added raw stack dump. 2016-05-10 00:13:22 -06:00
Xbe.cpp Everything that could be 'auto'd has been. 2016-05-10 00:20:38 -06:00
Xbe.hpp Added thunk mapping and kernel stubs. 2016-05-08 16:30:33 -06:00
xbetypes.hpp Added memset/memcpy. Finished TIB/TLS initialization. 2016-05-09 15:08:58 -06:00
Zookeeper.hpp Started implementing IOManager and building infrastructure. 2016-05-11 01:06:23 -06:00