chifan1hao How do I cheat?
Reputation: 0
Joined: 18 Aug 2009 Posts: 0
|
Posted: Tue Aug 18, 2009 6:48 am Post subject: tutorial 8 question |
|
|
1.I found the value address and add it to address list, "find out what writes to this address",change value of tut ,find the code mov [ebx+18],edi affect to the value(ebx=00d653e4)
2.I think if I could lock the value of ebx,then i can make "change pointer" no avail,so I search the address which implicate the value of ebx.
3.Search ebx value(00d653e4),and find ebx value in address 00D65374,add it to address list,"find out what writes to this address",click change poniter,get these code which affect to the ebx value under
js 00402b6d
move [ebx+04],ebx
I don't know what should I do next at here
I want to know which step I make a mistake and the way like this if could
solve the problem
I will appreciate very much if you give a answer!
|
|