Posted: Sun Apr 06, 2025 9:19 am Post subject: [Feature Request] PowerPC registers for Xbox 360 games
Can you add support for PowerPC registers like r1 for Xbox 360 games in the memory viewer or debugger with Xenia? It only supports x64 registers with Xenia but not for the Xbox 360 game executable in XEX.
Joined: 09 May 2003 Posts: 25769 Location: The netherlands
Posted: Sun Apr 06, 2025 4:18 pm Post subject:
You're debugging xenia, not the target process
Any code you find is converted from powerpc to x86_64 by xenia so the register states are correct
You could ask xenia to implement a gdbserver interface and CE can then connect to that and show the correct registers. But likely perormance will suffer if it has to fall back on interpreter mode then _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
Any code you find is converted from powerpc to x86_64 by xenia so the register states are correct
You could ask xenia to implement a gdbserver interface and CE can then connect to that and show the correct registers. But likely perormance will suffer if it has to fall back on interpreter mode then
I tried the Xenia GDB fork but I get an error:
Xenia with GDB support crashes when:
<Nested Exception Encountered>
Last NTSTATUS: 0XC0000034 {{Object Name not found.}
Faulting thread name: Main XThread (F8000008)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum