| View previous topic :: View next topic |
| Author |
Message |
slamz How do I cheat?
Reputation: 0
Joined: 20 Jul 2007 Posts: 1
|
Posted: Fri Jul 20, 2007 12:02 pm Post subject: Game closing after stopping debugger |
|
|
Hello,
I'm tracing a multi level pointer. I don't know how much levels yet, but its a value of a unit, who's in a list. So probably around 4-5 levels.
After finding the value, I use "Find out what writes to this address" to get the first pointer(b) to the pointer(a).
Now to find the pointer to pointer(b) I have to search for pointer(b)'s address in the memory and use "Find out what writes to this address" on that address.
But when I want to do that I get the error:
"The debugger is already trying to find out what reads, writes or accesses a certain address. First close the other window."
The game shuts down when I press "Stop" on that window.
Is there anyway I can keep the debugger running but changing the address its watching?
I hope you understand what I am trying to do.
// Slamz
Edit: I found the problem, the game doesn't shutdown when I use hardware breakpoints instead of memory access exceptions.
|
|
| Back to top |
|
 |
onvoloper Master Cheater
Reputation: 0
Joined: 05 Jul 2006 Posts: 294
|
Posted: Sat Jul 21, 2007 3:12 am Post subject: |
|
|
Did you close the debugger window after finding each pointer? If not then try that if so thn iono sorry...
Make sure when clicking find out what writes to this address you DON'T have the debugger window already open. Thats what I was trying to say, hope it works and you weren't doing that it'd make your life so much easier .
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25978 Location: The netherlands
|
Posted: Sat Jul 21, 2007 3:38 am Post subject: |
|
|
go to settings->code finder and make sure to use debug registers
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|