<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Miscellaneous Functions > WLProtectCheckDebugger |
The WLProtectCheckDebugger checks for the presence of a debugger in memory.
bool WLProtectCheckDebugger(); |
function WLProtectCheckDebugger():Boolean; |
Public Declare Function WLProtectCheckDebugger Lib "WinLicenseSDK.dll" () As Boolean |
Parameters
This function has no parameters.
Return Values
If a debugger is present, the return value is True.
If a debugger is not present, the return value is False.
Remarks
This function requires the option "Anti-Debugger Detection" (in the Protection Options panel) to be set.