First off I want to say special thanks to aerosoul94, we discovered this few months ago, we did alot of mods, and now this is the time for release!
Ok, so now I'll explain how to edit memory of PS3 games in real time.
Tools needed :
A PS3 with a DEX firmware
ProDG Target Manager and ProDG Debugger (they got leaked just google it)
make_fself.exe
The ELF file of the game you want to mod
/!\ - Your PS3 must be wired, it will not work if you're using WiFi - /!\
Ok first, start ProDG Target Manager and go on "Search For Targets" then press the refresh button to start scanning, if all is ok your PS3 should be detected, just right click on it and move it to "Debugging Station" group then double click on it, it will add your PS3 into your targets list.
Now in your targets list, right click on your PS3 then choose "Connect", once your PS3 is connected you can start ProDG Debugger (if it's asking you to select a target then just select your PS3).
You will see a window called "Memory", that's in this window that you will edit the memory of the game you want.
Ok now you need to make a fself (with make_fself.exe) of the ELF you want to edit memory, just go into cmd then put make_fself x.elf EBOOT.BIN where x is your ELF (it will create the EBOOT), once you have your file just put it in your PS3 in the right game folder.
In ProDG Debugger you should see a process appear in the "Processes" window, right click on it then choose "Attach Process" then "Continue without symbols" now your process is attached and you can view memory, but when you attach it, ProDG pauses the process, you have to continue it, just go in ProDG Target Manager, expand the list of your PS3, go to "Kernel Explorer", highlight the process then press the "Continue" icon (you can also continue it with ProDG Debugger).
Now you're done and you can edit memory of your game, by the way there are other options in ProDG Debugger, you can add breakpoints, show disassembly, etc. Also don't forget to refresh memory or just enable "Auto Update" option.
hey guys what a thread we have here good work guys. right lets get down to business i am trying to edit again but i dont know where to start i have all of the files and programs and it all works great but i want to find a value of currency but can not seem to find that value in the memory or when i do find it there is more than one address for that value so if some one want to talk to me on aim or skype and could maybe assist me in some way that would be good.
Rebug has a website that you can visit to get the information that u need. I would start there and proceed accordingly with the system you have. There is also a thread here on how to get dex. If you are willing to spend some time and enjoy finding ur own cheats, then this is the route to go. If not, it will not do you much good other than the ability to partially control ur system via computer.
In the debugger, you will the main process. You have to Right Click on the address area of the memory window, scroll to "Change Unit" (5th option down), another menu will appear and scroll down to "Track Active PPU or SPU". Make sure that this option is checked. In the process window of Debugger, Double click on any of the PPU threads underneath the main process thread. I will try to upload a pic soon. This is how you can track the memory in real time. Make sure that the auto update is checked as well.
i cant get proceses to show me stuff i need a hand plz You must login or register to view this content.