XenonRecomp
A tool for recompiling Xbox 360 games to native executables
XenonRecomp is a recompilation framework focused on translating Xbox 360 (Xenon architecture) binaries into native code that can run on modern platforms without relying on traditional emulation. It provides tools and infrastructure for analyzing PowerPC-based binaries and converting them into equivalent C++ or intermediate representations that can be compiled and executed natively. The project aims to bridge the gap between emulation and full decompilation by offering a structured approach...