Joined: 12 Jan 2013 Posts: 9 Location: United States
Posted: Mon Oct 19, 2015 9:36 am Post subject: c++ How do I freeze an address?
I'm trying to freeze an array of byte using C++ similiar to the cheat engine active button. How would I go about doing that? By me saying freezing an array of byte. I want to freeze the bytes not the address it self. In C.E when you add an address manually there's an option to add Array of byte, and then you put in a number of bytes you want to freeze. Id like to freeze those bytes in c++ using .dll injection
Well i think what cheat engine does is rewrite the frozen value a high number of times /sec.
So you could do a loop in your injection that'd do just that.
Else maybe making the code section read only and handling the exception might work, not sure.
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