Posted: Fri Aug 31, 2012 3:17 pm Post subject: Freeze Value in Code Injection?
Hi, I am currently trying to use the code injection to freeze a value. I know how to add to add to the value and subtract from it as well, but I would like to know if there is a way to just freeze it. The pic below is what I am working with.[img][/img]
I assume the value that you want to freeze is stored into EDX? You cannot really FREEZE it, you have to write a new value into the register (or whatever you call it). So we need to write a code that puts the new value into EDX right? This is how to do it:
Quote:
mov edx, 63
It will put the 99 (dec) into EDX, and it will stay like that. Just try it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum