sebastien...@frameip.com
unread,Jun 5, 2015, 2:38:29 AM6/5/15You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I need your help, i want find and change a RAM value. For this, I don't know how can I know the first adress of the Game's RAM (memory).
On my Ipad, i launch a game. With Putty/SSH and I use this command :
Obtain the PID
ps -ax | grep GameName
Attach GDB
gdp -p PID
Search the value
x /3dw 0xxxxxxxx
Modify the Value
set * 0xGoodAdress = NewValue
Can you explain me how I can find the good adress (First adress of the Game's RAM) in the command ? x /3dw 0xxxxxxxx
Best Regards
_SebF