vxug-VXAPI/Anti-Debug/RfIsDebuggerPresent.cpp
2022-07-16 05:52:50 -05:00

5 lines
68 B
C++

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