Xbox 360 Emulator Research Project
Go to file
Ben Vanik c46093266e Tracking code low/high addresses per module. 2013-02-24 11:45:16 -08:00
bin Real modules and threads (mostly). 2013-01-30 22:44:32 -08:00
debugger Skeleton of the debugger host. 2013-02-01 05:37:42 -08:00
docs Updating building docs. 2013-02-24 11:44:10 -08:00
private Read and write map files. 2013-02-03 03:34:43 -08:00
src/xenia Tracking code low/high addresses per module. 2013-02-24 11:45:16 -08:00
test/codegen Renaming tests. 2013-02-03 16:02:21 -08:00
third_party wslay fixes for Windows. 2013-02-08 22:08:44 -08:00
tools Converting logging to ASCII and other Windows fixes. 2013-02-09 08:05:39 -08:00
.gitignore Initial project skeleton. 2013-01-11 01:23:08 -08:00
.gitmodules Removing the dependency on OpenSSL, as it sucks. 2013-02-06 21:47:05 -08:00
CONTRIBUTORS.md Initial project skeleton. 2013-01-11 01:23:08 -08:00
LICENSE Create LICENSE 2013-01-10 15:25:20 -08:00
README.md Updating building docs. 2013-02-24 11:44:10 -08:00
TODO.md Updating building docs. 2013-02-24 11:44:10 -08:00
common.gypi Compiling on linux. 2013-02-10 12:21:56 -08:00
xenia-build.py Screw convention; moving include files alongside source files. 2013-02-06 02:19:50 -08:00
xenia.gyp Compiling on linux. 2013-02-10 12:21:56 -08:00
xeniarc Adding the start of the instruction test infrastructure. 2013-01-27 02:51:53 -08:00

README.md

Xenia - Xbox 360 Emulator Research Project

Xenia is an experimental emulator for the Xbox 360. It does not run games (yet), and if you are unable to understand that please leave now.

Currently supported features:

  • Nothing!

Coming soon (maybe):

  • Everything!

Disclaimer

The goal of this project is to experiment, research, and educate on the topic of emulation of modern devices and operating systems. It is not for enabling illegal activity. All information is obtained via reverse engineering of legally purchased devices and games and information made public on the internet (you'd be surprised what's indexed on Google...).

Quickstart

git clone https://github.com/benvanik/xenia.git
cd xenia && source xeniarc
xb setup
xb build
./bin/xenia-run some.xex

Building

See building for setup and information about the xenia-build script.