| View previous topic :: View next topic |
| Author |
Message |
JoneLe86 How do I cheat?
Reputation: 0
Joined: 11 Sep 2013 Posts: 5
|
Posted: Wed Sep 11, 2013 4:28 am Post subject: why after using debugactiveprocess the targets ends? |
|
|
I made a test program called loop it just loops it self for ever, then I tried to use debugactiveprocess to check the context, so I get exception_breakpoint but I the Eip was in kinda dlls int know where, anywhy, once I continuedebugeevent I get an nonfiction..(Exit_thread_debug_event) and the loop stops,,,
i just do not understand why i get kicked whereas if use createprocess with debug flag then it works fine..
does any one know why, have I missed something?
thanks
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25824 Location: The netherlands
|
Posted: Wed Sep 11, 2013 4:42 am Post subject: |
|
|
You need to continue with DBG_EXCEPTION_NOT_HANDLED on the first breakpoint that happens
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
JoneLe86 How do I cheat?
Reputation: 0
Joined: 11 Sep 2013 Posts: 5
|
Posted: Wed Sep 11, 2013 4:54 am Post subject: |
|
|
| Wow You are so amazing!! Thank for this simple answer!! I am gonna check that out and catch again to inform if works or not...
|
|
| Back to top |
|
 |
|