tejinaji How do I cheat? Reputation: 0
Joined: 08 Jun 2024 Posts: 6
|
Posted: Wed Sep 18, 2024 3:36 pm Post subject: CheatEngine.dll how to use DBVM? |
|
|
Hey mates <3
I do succeeded to compile CheatEngine as dll.
But what I have struggled now is using debug methods.
I have:
1. dbvm_watch_executes
2. dbvm_watch_delete
3. DBKDebug_GetDebuggerState
4. DBKDebug_SetDebuggerState
5. DBKDebug_ContinueDebugEvent
I set debugger state nulling eflags with ~(1 << 16) and ~(1 << 8 )
and dr0-3 and dr6-7 registers.
But I have a problem.
When I do run the same breakpoint the target process is crashing.
As I can understand it's cant handle the exception.
But how should I corretly set BP and after RESUME and DELTE it?
|
|