What address do i poke? what i'm getting at here is it's looking like the address from an eboot is "0000000000E871A4" where as on 360 its as simple as "82807460" .. if you type in 0000000000E871A4 and poke something to it ill just give you an error, because that's not an address what so ever here is what im NOT seeing in the eboot, this is from an xex eboots don't seem to have float values or anything, floats are good to poke because they hold gravity, jump height, etc etc..
What are you talking about when you say which address to poke? Lets go back a little bit. Have you been able to get it to run yet? Like where you've been able to attach to the running process on the PS3? Worry about that first because its the most important step. -doulomb
When you poke an address on 360, you simply take "820006D9" , type your value into it, and boom. 820006D9 now holds your new value.. what the hell kinda of address is "0000000000E871A4" ... no poke tool accepts such a long address. i'm just trying to poke values here.
The address would be E871A4. The PS3 is using the 64bit address space which means the addresses are twice as long as usual. Its pretty obvious. What tool are you using to "poke" though? Are you using the ProDG debugger or what? -doulomb
I figured that the version of IDA we had wasn't compatible with the plugins. Every version I tried to find which would be compatible didn't have a 64 bit .exe with it.
Sorry for the necropost, nobody in the thread explained what they did to fix the problem, I've ran into the same exact problem, I can't get deci3dbg running on IDA Pro 6.8 because an error appears when I select the DECI3 debugger plugin: I can't run it in 7.0 because the plugin was compiled with an older IDA sdk and I can't get it running in 6.5 because I don't know how to add the definitions to the exceptions.cfg file, the exact error that pops up on IDA 6.5 is this: Also since IDA 6.5 doesn't have a PPC loader it is a bit useless in it, only 6.8 and 7.0 have the PPC Loader. I'd love to get this thing running as I've already pulled various hairs out of my head. (/s)