PDA

View Full Version : any simple why to get the debuged process's h


playar
October 17th, 2004, 23:48
Is there any simple why to get the handle of the debugged process?

focht
October 22nd, 2004, 15:44
Hi,

you can try

Plugingetvalue( VAL_HPROCESS) // get debuggee handle

for other values like process id, main thread id, main thread handle consult Plugingetvalue() section in plugin.h of ollydbg SDK.

Regards,

A. Focht