| View previous topic :: View next topic |
| Author |
Message |
braco22 How do I cheat?
Reputation: 0
Joined: 15 Jan 2016 Posts: 3
|
Posted: Fri Jan 15, 2016 1:35 am Post subject: Check if addresses' opcode is changed? |
|
|
New to hacking.
Is there a feature in CE to actively scan if an address's opcode is changed?
|
|
| Back to top |
|
 |
akumakuja28 Master Cheater
Reputation: 16
Joined: 28 Jun 2015 Posts: 432
|
Posted: Fri Jan 15, 2016 1:56 am Post subject: Re: Check if addresses' opcode is changed? |
|
|
| braco22 wrote: | New to hacking.
Is there a feature in CE to actively scan if an address's opcode is changed? |
Are you trying to reverse a trainer?
_________________
|
|
| Back to top |
|
 |
braco22 How do I cheat?
Reputation: 0
Joined: 15 Jan 2016 Posts: 3
|
Posted: Fri Jan 15, 2016 3:36 am Post subject: |
|
|
| Yes lol. Is it possible?
|
|
| Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Fri Jan 15, 2016 5:05 am Post subject: |
|
|
Well uh, you can scan for changed/unchanged values as you toggle stuff?
_________________
|
|
| Back to top |
|
 |
ulysse31 Master Cheater
Reputation: 2
Joined: 19 Mar 2015 Posts: 324 Location: Paris
|
Posted: Fri Jan 15, 2016 8:06 pm Post subject: Re: Check if addresses' opcode is changed? |
|
|
| akumakuja28 wrote: | | braco22 wrote: | New to hacking.
Is there a feature in CE to actively scan if an address's opcode is changed? |
Are you trying to reverse a trainer? |
That was a pretty sharp guess apparently.
Them psychic skills.
| braco22 wrote: | New to hacking.
Is there a feature in CE to actively scan if an address's opcode is changed? |
Memory integrity checkers do that.
Locate your opcodes, there are just memory bytes in the end.
Write a code that adds up all the bytes of the opcode which you wish to study and stores the result somehwere. Perform this action repeatidly and compare the new result to the previous result everytime.
If the new result differs from the previous one, the opcodes have been changed.
Potentially after your perform the results comparison you make a conditionnal jump, if the resutls are equal nothing special happens but if they differ you make the code take a road which includes a breakpoint, then you go and find what exactly happened to your opcode.
|
|
| Back to top |
|
 |
|