anti-cracking library 1.0

DeDe_Detect_EnumWindows function
Detects DeDe, the Delphi Decompiler.

Group
Debugger/Cracker tools detection

function DeDe_Detect_EnumWindows: Boolean;

Description
Detects Delphi Decompiler, a special tool designed for reverse engineering of Delphi programs. Place call to this function to Main form's OnCreate, OnShow, or to DPR file.
Returns true if DeDe found.

Remarks
Works only with newer versions of DeDe. Older versions don't have to run target program before start of decompilation process.