vxug-VXAPI/VX-API/IsDebuggerPresentEx.cpp

6 lines
93 B
C++

#include "Win32Helper.h"
BOOL IsDebuggerPresentEx(VOID)
{
return GetPeb()->BeingDebugged;
}