| View previous topic :: View next topic |
| Author |
Message |
Dr.Disrespect Grandmaster Cheater
Reputation: 3
Joined: 17 Feb 2016 Posts: 526
|
Posted: Fri Feb 19, 2016 11:10 pm Post subject: Changed value in memory view? Need help, thanks. |
|
|
Is there a way to show all the changed value in the memory view window? Such as highlighting each changed value?
I tried to pause a game and then use another trainer and then see what values are changed by that trainer. Is it possible to achieve that? Thanks.
BTW, I tried using the "unknown initial value" and then "changed value" scan method, it did not work.
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Fri Feb 19, 2016 11:32 pm Post subject: |
|
|
Did you uncheck the Writable checkbox in the scan options?
Could also limit address range to the module itself.
| Code: | m="Calculator.exe"
s=getAddress(m)
e=s+getModuleSize(m)
print(string.format("%08X %08X",s,e)) |
|
|
| Back to top |
|
 |
Dr.Disrespect Grandmaster Cheater
Reputation: 3
Joined: 17 Feb 2016 Posts: 526
|
Posted: Fri Feb 19, 2016 11:43 pm Post subject: |
|
|
| Zanzer wrote: | Did you uncheck the Writable checkbox in the scan options?
Could also limit address range to the module itself.
| Code: | m="Calculator.exe"
s=getAddress(m)
e=s+getModuleSize(m)
print(string.format("%08X %08X",s,e)) |
|
Uncheck "Writable" helped, thanks a lot.
|
|
| Back to top |
|
 |
|