vx-api
Ctrl
K
Copy
Antidebugging Methods
IsDebuggerPresentEx
Copy
BOOL IsDebuggerPresentEx(VOID)
{
return GetPeb()->BeingDebugged;
}
Previous
CloseHandleOnInvalidAddress
Next
IsIntelHardwareBreakpointPresent
Last updated
6 months ago