Posted: Thu May 30, 2024 4:17 am Post subject: ScyllaHideCE - hide CE in usermode
hi all
cheat engine is really stealthy in kernel mode but we still cant start a process using CE debug modules except for windows debugger (AFAIK) and that is detected easily.
i wanted to debug a game from entry point in CE environment and i couldn't, so decided to port ScyllaHide.
i really appreciate any information on how "break on entry" could be implemented in DBVM debugger.
Joined: 09 May 2003 Posts: 25708 Location: The netherlands
Posted: Thu May 30, 2024 2:41 pm Post subject:
you could try the windows debugger to create the process and suspend it, and then use another CE setup DBVM debugging. When done close the CE that had the windows debugger attached. it should release the debugger and subsequent breakpoints should happen on the DBVM debugger
Or you could use CreateProcessA with the CREATE_SUSPENDED process creation flag. One issue is that modules won't show up in CE at that point, but just do a memory scan for 4 byte 0x00905a4d on all memory with a memory alignment of 10000 to find all the loaded modules (the target process and ntdll) _________________
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
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum