Leonick How do I cheat?
Reputation: 0
Joined: 30 Jan 2010 Posts: 1
|
Posted: Sat Jan 30, 2010 8:58 am Post subject: Pointer? mov ecx,00000137///movdqa [edi+10],xmm0 |
|
|
Hi there.
First of all, glad I found this forum.(and CE)
Already finished all the tutorial, and now I am trying to accomplish the learned things practically.
Need this for a big program I am writing.
[(My purpose is just to READ 6 Values from a game.
They are always stored 78 away from each other)
I can read the values in my programm, but of course location changes everytime i restart.
I can see them all with "4byte-decimal" in MEMORY VIEW]
IMAGE:
h**p://img25.imageshack.us/img25/1908/14765614.jpg
So now i wanna find the pointer of one variable.
The result of "find out what acceses" and "find out what writes"
IMAGE:
h**p://img25.imageshack.us/img25/8550/40189903.jpg
so basically its:
mov ecx,00000137
movdqa [edi+10],xmm0
So how can i find any pointer now?
When I do a 4-byte Hex search on "edi" or "edi+10" I get NO result.
Thats everything the tutorial teached me,...
now I am out of my knowledge.
Would aprreciate any help.
Big thank you in advance.
|
|