anti-cracking library 1.0

SICE_Detect_Int68h function
Checks if NuMega SoftICE present.

Group
Debugger/Cracker tools detection

function SICE_Detect_Int68h: Boolean;

Description
Detect SoftICE by using Interrupt 68h. Calls INT 68h, if SoftICE present, CPU registers will contain "magic" values.
Returns true if SoftICE found.

Remarks
Works only under Windows 9x/Me. This is also a very common detection method and programs like FrogsICE are able to catch it. It is recommended to call Detect_FrogsICE_Kill before calling this function.