IsDebuggerPresentEx

BOOL IsDebuggerPresentEx(VOID)
{
	return GetPeb()->BeingDebugged;
}

Last updated