function AntiThreatExpert: bool; var Handle: THandle; begin Handle := GetModuleHandle('dbghelp.dll'); if Handle <> 0 then Result := True; end;