 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
catfood Cheater
Reputation: 0
Joined: 22 Jun 2015 Posts: 34
|
Posted: Wed May 03, 2017 6:07 pm Post subject: is it possible to scan registers? |
|
|
| Hello, pretty simple question, if i know whats stored inside a register somewhere, is there any way to search for it?
|
|
| Back to top |
|
 |
FreeER Grandmaster Cheater Supreme
Reputation: 53
Joined: 09 Aug 2013 Posts: 1091
|
Posted: Wed May 03, 2017 9:08 pm Post subject: |
|
|
Not like you can memory because the registers are constantly changing, nothing is going to stay in a register for any significant length of time (meaning more than a couple function calls at the most).
Think of memory as the filing cabinet where you store papers showing how much money a business has made, what it's spent, the graphs used in meetings etc. and registers as the calculators used to calculate that information. They are used for so many different things at different times.
Having said that you can use the "Break and Trace" feature of CE to do something kind of similar. Right click a line of code in the memory viewer, and set the stop condition to something like EBX == 0x172FF38 and CE will trace through the code from that point until EBX becomes that value or it reaches the max number of instructions. It's probably not very useful unless you're already close to code that's setting or using the value you care about however.
It's possible someone else knows of another way to do it with CE, but I don't.
|
|
| Back to top |
|
 |
|
|
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
|
|