Ownatik How do I cheat?
Reputation: 0
Joined: 29 Sep 2009 Posts: 1
|
Posted: Tue Sep 29, 2009 7:55 pm Post subject: Changing the value being written at a certain address |
|
|
Hi, after some scans, I get to know what writes to the value I want to change. the opcode at this address is: movsd [eax+00000168],xmm2 . My guess is I have to jump to a codecave when at this address then add some code to increment [eax+00000168] to a very high value then jump back, but I just can't do it .... I don't know how to add a new value to xmm2 so I can change the address I always get "I don't understant what you mean with this assembly". Could someone please explain me what I have to do and why?
Thank you. |
|