anti-cracking library 1.0 | ![]() ![]() |
OnClick
or other events at design time on controls, which are part of your Registration algorithm.OnClick
at design time. This is because of programs like DeDe (Delphi Decompiler) - they can very easily find event handlers set at designtime. And then, cracker will very easily locate your Keycheck algorithm and crack your application.Register.OnClick:=RegisterClick
in TForm
s OnCreate
, OnShow
, OnResize
or any other place).if not SICE_Detect_CreateFile then Register.OnClick:=RegisterClick
bpx hmemcpy
, click the "Register" button and SoftICE will stop your program at the place, where you read the Text property (i.e. very near to your KeyCheck algorithm).aclGetText
function from ACLib instead.