| View previous topic :: View next topic |
| Author |
Message |
JWP Programs Newbie cheater
Reputation: 0
Joined: 19 Dec 2011 Posts: 23
|
Posted: Wed Feb 22, 2012 2:59 am Post subject: How does CE knows "what writes to some address" ?? |
|
|
Hi, I wondered that
how can I make "Find out what writes to this address" ??
In fact, I am making a Memory Editor.
so I tried to add some functions in my Memory Editor.
one of the function that I want to add is "Find out what writes to this address".
I tried many things to make it.
DebugActiveProcess suspended my process ( In delphi ),
AddVectoredExceptionHandler confused me.
ExceptionAddress ( In ExceptionRecord ) was not real ExceptionAddress( I mean.. I wanted to find out what writes the address. but It was just the address..).
etc...
so I was tolerated long time.. and question.
HOW CAN I MAKE "WHAT WRITES TO THIS ADDRESS" LIKE CE ??
Thanks for reading.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25979 Location: The netherlands
|
Posted: Wed Feb 22, 2012 3:09 am Post subject: |
|
|
Look into 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 |
|
 |
JWP Programs Newbie cheater
Reputation: 0
Joined: 19 Dec 2011 Posts: 23
|
Posted: Wed Feb 22, 2012 4:35 am Post subject: Umm.. |
|
|
| Thanks.. but you mean "CONTEXT_DEBUG_REGISTERS" ??
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25979 Location: The netherlands
|
Posted: Wed Feb 22, 2012 5:10 am Post subject: |
|
|
half, that flag is required to read and set them, but I was talking about setting the debug registers (DRx) so they cause a breakpoint when an address is written to
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
JWP Programs Newbie cheater
Reputation: 0
Joined: 19 Dec 2011 Posts: 23
|
Posted: Wed Feb 22, 2012 5:13 am Post subject: Thanks! |
|
|
| Thanks for answering!
|
|
| Back to top |
|
 |
|