kryptik_
05-03-2009, 08:43 PM
Hi first time poster here. This post is directed to the guys here who wrote the crossfire hook.
I've been looking at clienthooking CrossFire and it wouldn't be the first game I would have hooked. I do have a problem though.
I'm fine with being able to reverse the game structures, the problem lies with getting around GameGuard. It hides the process from OllyDebug or ReClass using a rootkit (from what I've figured out) and I can't get a handle to access crossfire.exe memory.
Do I need to write a device driver to get the handle to the process, or can I do anything within ring3 to gain access? I need to access crossfire.exe memory.
I was never great with anticheat, but I'm getting better.
Thanks for your help
Also I should add that my languages are C and x86 assembler. I know my way around the Win32 API. I can write a device driver if I have to, but I really don't want to just to get around a silly anticheat.
I've been looking at clienthooking CrossFire and it wouldn't be the first game I would have hooked. I do have a problem though.
I'm fine with being able to reverse the game structures, the problem lies with getting around GameGuard. It hides the process from OllyDebug or ReClass using a rootkit (from what I've figured out) and I can't get a handle to access crossfire.exe memory.
Do I need to write a device driver to get the handle to the process, or can I do anything within ring3 to gain access? I need to access crossfire.exe memory.
I was never great with anticheat, but I'm getting better.
Thanks for your help
Also I should add that my languages are C and x86 assembler. I know my way around the Win32 API. I can write a device driver if I have to, but I really don't want to just to get around a silly anticheat.