| View previous topic :: View next topic |
| Author |
Message |
100percent How do I cheat?
Reputation: 0
Joined: 10 Jul 2016 Posts: 1
|
Posted: Sun Jul 10, 2016 10:38 am Post subject: Defeating a memory CRC. |
|
|
Hi,
I just want to ask you guys about a weird CRC function that I've encountered.
First of all, I tried to see what accesses the address the I've want to modify. Strangely, every check there is a new function ( same instructions tho ) being written to the memory to check the address.
And it also has weird registers value. Because it shows that an instruction accessed it, but when I check the register values, it is way too off data. e.g I checked the registers and it doesn't contains the address that I want to modify.
By the way the game is protected in VMProtect. Does it has to do with it?
Thanks.
|
|
| Back to top |
|
 |
zm0d Master Cheater
Reputation: 7
Joined: 06 Nov 2013 Posts: 423
|
Posted: Mon Jul 11, 2016 6:43 am Post subject: Re: Defeating a memory CRC. |
|
|
| 100percent wrote: |
By the way the game is protected in VMProtect. Does it has to do with it? |
Yes, VMProtect virtualizes the code. Afaik this is the reason you have different access calls.
|
|
| Back to top |
|
 |
seikur0 Advanced Cheater
Reputation: 7
Joined: 02 Aug 2013 Posts: 98 Location: Germany
|
Posted: Tue Jul 12, 2016 5:33 am Post subject: |
|
|
| If it's the same instructions, try looking for the source and changing that.
|
|
| Back to top |
|
 |
|