Xbox360 –> Windows Executable Converter (2017)
11–20 of 57 posts
Re: Xbox360 –> Windows Executable Converter (2017)
#12Something like this was even easier for XNA games, since you could download a bundle of C# dlls and exes from your console and then after a quick decryption process, patch them to swap the dependencies. I reverse engineered a couple games this way and was able to boot them part-way within a couple hours (of course, endianness and console-only shader instructions were a problem.)
Re: Xbox360 –> Windows Executable Converter (2017)
#13These (incredibly HLE emulators for Microsoft consoles trying to live off the idea "hey, it can't be that different than Windows, right?") emulators like CXBX for the original Xbox don't tend to work super well. There's such a huge impedance mismatch between the environments expected by this code versus what actual Xbox hardware can provide (remember that games run in kernel mode and quite a few drivers are staticall…
This emulator isn't taking the 'CXBX approach'. CXBX does not recompile the binary and relies on common system/graphics api calls not being inlined and easily replaceable with windows equivalents, which absolutely doesn't exist in any 360 game binary for all the important things.
Re: Xbox360 –> Windows Executable Converter (2017)
#14Since Xbox360 is PPC, does this convert to x86_64?
Re: Xbox360 –> Windows Executable Converter (2017)
#15How does this compare with Xenia?
Re: Xbox360 –> Windows Executable Converter (2017)
#16Since Xbox360 is PPC, does this convert to x86_64?
Re: Xbox360 –> Windows Executable Converter (2017)
#17Related: Recompiler: Porting Xbox360 Executables to Windows - https://news.ycombinator.com/item?id=15474393 - Oct 2017 (58 comments)
Maybe I'm too lazy, but that really sounds like something I would let a computer automatically do.
Re: Xbox360 –> Windows Executable Converter (2017)
#18Re: Xbox360 –> Windows Executable Converter (2017)
#19Re: Xbox360 –> Windows Executable Converter (2017)
#20Related: Recompiler: Porting Xbox360 Executables to Windows - https://news.ycombinator.com/item?id=15474393 - Oct 2017 (58 comments)
At this point, is it still worth it to post these manually? Checking all post submissions, keeping only the ones with sufficient engagement, and a little summary line "7 other submissions ignored, the oldest dating from Oct 2018" Maybe I'm too lazy, but that really sounds like something I would let a computer automatically do.