View previous topic :: View next topic |
Author |
Message |
Palimpalim Newbie cheater
Reputation: 0
Joined: 02 Jan 2012 Posts: 23 Location: Deutschland
|
Posted: Tue Aug 04, 2015 3:33 pm Post subject: IsDebuggerPresent bypass how? |
|
|
How can i bypass the KernelBase Debugger? (Kernel.jpg)
I try it with NOP the parts but game still closing after try to debugging.
Try it with:
Code: | mov cl,0
mov byte ptr [eax+02],cl |
too without success.
I try it to NOP on other locations and different variations too. (game.jpg)
Changing "test eax,eax" to "test edi,edi" closes the game immediately.
Maybe the game check it on other locations too?
Some idea?
Description: |
|
Filesize: |
94.64 KB |
Viewed: |
7084 Time(s) |

|
Description: |
|
Filesize: |
55.5 KB |
Viewed: |
7084 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Tue Aug 04, 2015 3:48 pm Post subject: |
|
|
aa script:
Code: |
kernelbase.isDebuggerPresent:
xor eax,eax
ret
|
Also, since it's steam, you may want to check out http://forum.cheatengine.org/viewtopic.php?p=5598917 else the game will crash to desktop as soon as a breakpoint it hit
Or if you don't need a break at entrypoint just use the VEH debugger interface
_________________
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 |
|
 |
Palimpalim Newbie cheater
Reputation: 0
Joined: 02 Jan 2012 Posts: 23 Location: Deutschland
|
Posted: Tue Aug 04, 2015 4:21 pm Post subject: |
|
|
Thanks for quick answer.
Dark Byte wrote: | aa script:
Code: |
kernelbase.isDebuggerPresent:
xor eax,eax
ret
|
|
Not working.
I check out your link tomorrow. good n8
|
|
Back to top |
|
 |
|