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.
02-20-2013, 05:47 AM #398
VX_AG3NT
Pokemon Trainer
Originally posted by hummerhx View Post
getting a error at the cmd part: ERROR open xxxx.elf. can anyone help

---------- Post added at 08:36 AM ---------- Previous post was at 06:23 AM ----------

Done it all but when I attach the process, thats all fine but there's only ds and 0s in the memory?

Try starting at address 0x10000000.. or do a search for 'elf'.. There's data in there.. you just need to look at the right offsets.

---------- Post added at 01:44 AM ---------- Previous post was at 01:42 AM ----------

Originally posted by XIRz
someone please help me this is my first time trying to do this, how do i get my .elf for mw3?

Grab the eboot.bin, and decrypt it using something like True Ancestor, or scetool. A decrypted BIN (SELF) is an ELF.

---------- Post added at 01:47 AM ---------- Previous post was at 01:44 AM ----------

Originally posted by gamer89117 View Post
this should have been posted in the elite section

Meh.. why? I don't see any harm with the general public knowing how to do this. It's not as if it can be patched.
02-20-2013, 06:28 AM #399
Nice work
02-20-2013, 06:47 AM #400
Originally posted by sh1nag View Post
Try starting at address 0x10000000.. or do a search for 'elf'.. There's data in there.. you just need to look at the right offsets.

yea figured that out eventually lol.
02-20-2013, 10:54 PM #401
Originally posted by Cyb3rr View Post
PS3 have to be wired to your Modem not to your laptop


I'll be grabbing a long internet cable in a week, but any chance anybody has found a way around this? That's what has been throwing me off this entire time as far as I can tell, my first instinct was to connect it to my computer.
02-22-2013, 11:30 AM #402
Milo-
I am error
Originally posted by d3ch View Post
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


thanx bro!!!!! Needed this :d
02-22-2013, 10:41 PM #403
Fall's Fait
Pokemon Trainer
Alright, I am having a problem when I press the "Attach Processes"button, It freezes every single time, no matter what. Does anyone else have this problem because it is starting to irritate me.
02-22-2013, 10:45 PM #404
Tustin
Balls of Steel
Originally posted by Fall
Alright, I am having a problem when I press the "Attach Processes"button, It freezes every single time, no matter what. Does anyone else have this problem because it is starting to irritate me.

You have to go to target manager to resume the process like he does in the last steps.
02-22-2013, 10:47 PM #405
Fall's Fait
Pokemon Trainer
HAHA wow thank you!
02-23-2013, 03:30 AM #406
Nigel_Powers-22
Bounty hunter
its worthless!!! i cant find my ps3 connection Not Happy or Sad i follow the steps!!! and....... NOTHING!!! t(Not Happy or Sad)t

---------- Post added at 08:30 PM ---------- Previous post was at 08:29 PM ----------

Originally posted by D3cH View Post
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


its worthless!!!! i cant find my ps3 connection!! i follow the steps and.... NOTHING!!!!!!!! t(Not Happy or Sad)t

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo