View previous topic :: View next topic |
Author |
Message |
spyware293 Newbie cheater
Reputation: 0
Joined: 28 Jun 2012 Posts: 13
|
Posted: Mon Sep 23, 2013 10:44 am Post subject: Detected CE hooks |
|
|
i've recreate UCE from the source and now it's undetected only if it didn't attached.
I even create similar program like CE from java using JNA, but still detected when im using OpenProcess().
is it possible to hide the hooks?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Mon Sep 23, 2013 11:41 am Post subject: |
|
|
It's not a CE hook, it's detecting. The game itself has installed hooks that notify it when other programs call OpenProcess
So, use an alternate method for OpenProcess.
E.g a self written kernelmode openProcess, or using a low level syscall. (make sure you're in 64-bit, since that makes openprocess hooks in kernelmode more difficult)
_________________
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 |
|
 |
spyware293 Newbie cheater
Reputation: 0
Joined: 28 Jun 2012 Posts: 13
|
Posted: Mon Sep 23, 2013 6:19 pm Post subject: |
|
|
can i use plugin to write alternate method Openprocess instead of modifying it from source?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Mon Sep 23, 2013 6:51 pm Post subject: |
|
|
Yes, you can use a plugin to redirect calls to the main api's to your own implementation. (just adjust the pointers)
Also, try the kernelmode openprocess that comes with cheat engine
you may need to disable the syminitialize call in the symbolhandler though to make sure that one doesn't call the original openprocess
And alternatively, if you're on 64-bit windows, try to undo the hooks in ce's memory by the game
_________________
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 |
|
 |
|