I try to use the method to read the wow process, but returns 0, what we use is what is very grateful to
_procHandle = OpenProcess(0x1F0FFF, false, processId);
returns _procHandle = 0
I try to use the method to read the wow process, but returns 0, what we use is what is very grateful to
_procHandle = OpenProcess(0x1F0FFF, false, processId);
returns _procHandle = 0
Last edited by flyman90; 03-24-2010 at 02:19 AM.
So what are you exactly trying to do? Open a process or read memory from it?
Perhaps should you read (more carefully) the pattern of a function before using it.
OpenProcess Function (Windows)
Open a process or read memory from i
Wow process
administrator permissions are always returns 0
did you set SeDebugPrivilege?
maybe you are using vista or win7?
is your process id right?Code:public const uint PROCESS_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED | SYNCHRONIZE | 0xFFF;//0x001F0FFF on WinXP, should be changed to 0xFFFF on Vista/2k8
Win7 :P
thank