Quote:
Originally Posted by lokimus
So what exactly can you do with this? Modify items levels etc? Sorry If that is a stupid question - I'm new to exploiting MMOs but hey we've all got to start somewhere right.
|
This is the main executable (normally .exe) of the game. It was packed and protected by Themida or Winlicense (almost the same for more infos check oreons website). This protection made it difficult to debug the binary. To do so some plugins in Ollydbg were necessary now attatching is no problem. Reversing in general was difficult, because the whole IAT was hidden and the obfuscated code of the virtual machine, which is now removed was difficult to read.
You can do many things with that now e.g. write packet editors, reverse the game properly to do a lot of stuff if you just
know how to.