anti-cracking library 1.0

Tracer_Detect_Trapflag function
Checks if program is being traced.

Group
Debugger/Cracker tools detection

function Tracer_Detect_Trapflag: Boolean;

Description
Detects if a program is being traced. You shold put a call to this function (or content of this function) to a place in your program, which you think will be traced (for example: key generation and key checking algorithm).
Returns true if program is traced.

Remarks
None