anti-cracking library 1.0

API_HasBPR function
Detects a BPR breakpoint on an API function.

Group
Breakpoints

function API_HasBPR(Win32ApiFunction: Pointer): Boolean;

Description
Checks for a breakpoint set on API function.

Remarks
You can not use HasBPR, because HasBPR would only check if there isn't a BPR set on EXE -> DLL jumpgate.

See also
HasBPR

Example
if API_HasBPR(@GetWindowTextA) then
   ShowMessage('GetWindowText has a BPR breakpoint!');