Log in

View Full Version : CheckRemoteDebuggerPresent


LowF
December 21st, 2003, 17:00
"CheckRemoteDebuggerPresent"

I know name says mostly what it is for but anyone seen it in any program?

and is it worth patching? , this export is inside kernel32.dll, same as "IsDebuggerPresent", what i know not many out there doing "Remote" session of Debugging hehe, but anyway just wanna know :P

Woodmann
December 21st, 2003, 19:06
Howdy,

The word remote does not mean that a debugger is running from another machine. View it as any other debugger detection scheme.

Woodmann