Post: Real Time Game Memory Modding
01-02-2013, 11:16 PM #1
D3cH
Zombie Cakes Maker
(adsbygoogle = window.adsbygoogle || []).push({}); Hello everyone!

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.

You must login or register to view this content.

You must login or register to view this content.

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.

You must login or register to view this content.

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.

You must login or register to view this content.

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).

You must login or register to view this content.

You must login or register to view this content.

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.

You must login or register to view this content.

Here is a screen of how it looks like :

You must login or register to view this content.

Example of real time modding :



Enjoy your memory editing !! Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following 296 users say thank you to D3cH for this useful post:

^TPP^, _PORTLAND_, -Elmas15-, -Google-, -JM-, -Nathan-, -SuperMan, Day, iTruceFret, {H} | Exception, {TehFluux}, *SCHAOS*, /SneakerStreet/, RAB, ItzSparkBoii, Dynamite, ℳaTiCz, ⓙω мσ∂z, ϟ c0rruption ϟ, Eddie Mac, ~SpongeBob, 007bond, 192.168.1.1, 631, abdullahjwz070, aerosoul94, alchybear, AllaoOo, AMNE, AssClapper-130, awsomedude1097, Bad Luck Brian, BadChoicesZ, BASEBALL4EVER12, bcb, BigGucciSosa300, blackhawk34, Blackstorm, Boliberrys, Brag, BrinkerzHD, BroIDontMod, Bubbles Are Fun, Bucko, cali123, Capo837, CentralModz819, deneo24, Choco, Choopie, clankfan1, CLM, CoDyMoDz1000XD, ContagiousModz, CrEaTiiOn_BuRn, Creepz, Creepzoid 0___0, Crunk, Daddy, Dan Dactyl, Dannie Fresh, DazedMods, DEREKTROTTER, Derpy Hooves, DETERMiiNED, ErasedDev, Disslzit, DJ_KILLA1337, dolby1, DraMaTiK_DreaM, drdshh, DSG24, DylanOc1, emcrew2, ExceptionHell, F l e x, Fachry Ilham, FAKA_ELITE, FallofReach, FM|T xR3PMz, forflah123, SubwayMonkey, FTDreload, FuntCase, g9g__BASHA__g9g, GaMeRGiRL_2310, gaming_nation, GE90, Ghost Rolly, gianluca33, Glitchy_Modz, GodDrinksPepsi, Gommy, uome68, GreenTea101, Gus Fring, Hack Pack, Harry and 196 other users.
01-04-2013, 09:18 PM #137
VX_AG3NT
Pokemon Trainer
I'm using rebug 4.21 REX. And when I try to boot the game it just gives me a 80xxxxx error. I can get the exact one if that would help. I got everything connected fine as far as TM and debugger communicating with the PS3.. I just need to figure out this make_fself part to get things running. I'm trying to run PS Home btw..

Let me explain what I'm doing real quick.. I'm taking the EBOOT.BIN from the USRDIR directory, unself it with TAER. Then I do the command make_fself eboot.elf eboot.bin. I then place the new eboot.bin back into the USRDIR directory. Is that right? Thanks for your help..

It's basically this part below I'm not understanding well.. so any more details would greatly help:

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.

Once you have your file file just put it in your PS3 in the right game folder. What's the right game folder exactly? I hope I'm making some sense as to what my problem is..
01-04-2013, 09:27 PM #138
SC58
Former Staff
when I open ps3dugger after I get everything else working right the process thing does not show up
01-04-2013, 09:41 PM #139
If anybody is having trouble finding the make_fself.exe heres a link to download it.
You must login or register to view this content.

The following 5 users say thank you to ModsCasual for this useful post:

192.168.1.1, CentralModz819, DETERMiiNED, II Dave II, xReloadedModz
01-04-2013, 09:52 PM #140
D3cH
Zombie Cakes Maker
Originally posted by sh1nag View Post
I'm using rebug 4.21 REX. And when I try to boot the game it just gives me a 80xxxxx error. I can get the exact one if that would help. I got everything connected fine as far as TM and debugger communicating with the PS3.. I just need to figure out this make_fself part to get things running. I'm trying to run PS Home btw..

Let me explain what I'm doing real quick.. I'm taking the EBOOT.BIN from the USRDIR directory, unself it with TAER. Then I do the command make_fself eboot.elf eboot.bin. I then place the new eboot.bin back into the USRDIR directory. Is that right? Thanks for your help..

It's basically this part below I'm not understanding well.. so any more details would greatly help:

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.

Once you have your file file just put it in your PS3 in the right game folder. What's the right game folder exactly? I hope I'm making some sense as to what my problem is..


Have you switched to DEX? Or are you using a clean ELF?

Originally posted by SC58 View Post
when I open ps3dugger after I get everything else working right the process thing does not show up


Try to click on the refresh icon, you must start the game btw.

You must login or register to view this content.
01-04-2013, 10:03 PM #141
SC58
Former Staff
Originally posted by D3cH View Post
Have you switched to DEX? Or are you using a clean ELF?



Try to click on the refresh icon, you must start the game btw.

You must login or register to view this content.


ok I just did that and the 2 red circle are not coming up,i think it would be great it you or someone made a video step by step on how 2 get everything set up not showing how to mod game but u get what I mean,it would help alot
01-04-2013, 10:10 PM #142
O-H
Bounty hunter
The processes won't show up for me? Ive refreshed several times. Is it because Im not putting the EBOOT.ELF in the correct place? Where should I put it?
BTW if anybody want the make_fself program here it is You must login or register to view this content. (You can put this link in your thread if you would like D3CH.
01-04-2013, 10:16 PM #143
VX_AG3NT
Pokemon Trainer
Originally posted by D3cH View Post
Have you switched to DEX? Or are you using a clean ELF?



Try to click on the refresh icon, you must start the game btw.

You must login or register to view this content.

Yes I have switched to DEX, and not sure what you mean by clean ELF. I'm taking the EBOOT.BIN straight from the USRDIR on the PS3.
01-04-2013, 11:13 PM #144
gianluca33
Little One
Originally posted by SC58 View Post
when I open ps3dugger after I get everything else working right the process thing does not show up


i have do it!! for show the process only need to do continue click refresh buttom while start the game
01-04-2013, 11:26 PM #145
SC58
Former Staff
Originally posted by gianluca33 View Post
i have do it!! for show the process only need to do continue click refresh buttom while start the game


did it don't work

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo