Game / Memory Hacking [Tut] - GNU/Linux

Users browsing this thread: 1 Guest(s)
bottomy
Registered
The one thing to note is the value you are trying to find or edit could be stored as a floating point. So if game hacking is something that's of interest, it pays to take a look into the floating point structure/how they work.

Anyway it's nice to see a tutorial like this. Though it's only scratching the surface, the next thing you might like to do is create a standalone hack for it. So for that you'll usually want to find a static address, this can either come from finding what routines are referencing/making use of that value, and then reversing those routines and determining what should be edited, or seeing if there's some data references to it (either pointer or if the value is actually located within) from one of the static sections. Though then there can sometimes be the issue of section or segment randomization, which is a whole other thing to work around :P.


Messages In This Thread
Game / Memory Hacking [Tut] - by Amzo - 31-07-2012, 03:51 PM
RE: Game / Memory Hacking [Tut] - by yrmt - 31-07-2012, 03:57 PM
RE: Game / Memory Hacking [Tut] - by Amzo - 31-07-2012, 03:58 PM
RE: Game / Memory Hacking [Tut] - by yrmt - 31-07-2012, 04:49 PM
RE: Game / Memory Hacking [Tut] - by Shiru - 01-08-2012, 10:16 AM
RE: Game / Memory Hacking [Tut] - by bottomy - 01-08-2012, 12:05 PM
RE: Game / Memory Hacking [Tut] - by Syperus - 02-08-2012, 09:45 PM
RE: Game / Memory Hacking [Tut] - by FreeBSD - 30-08-2012, 12:22 AM