If your code that checks to see if the regcode is valid or not is quick
enough you could just refer to that function everytime you want to know if
the app has been registered or not.  That way there is no stored value
indicating that the app has been registered.  Would that help, I'm not sure
as I'm not particularly knowledgeable on this topic. :-)

Just my three cents worth.

Nahum 

-----Original Message-----
From: Alistair George [mailto:[EMAIL PROTECTED]]
Sent: Friday, 13 August 1999 08:56
To: Multiple recipients of list offtopic
Subject: RE: [DUG-OFFTOPIC]: Cracks


Thanks J. that gives me food for thought on this registration code I was
working on. Maybe I will enhance it a bit. But any other thoughts on how to
'crack the crackers' would be interesting working on the basis of what
Jeremy has just said.
My immediate thoughts are to quit a boolean check in the EXE, maybe feedback
from the reg code setting an integer to a regcode compatible #. (eg
regOK:=isregok:boolean; change to regok:=isregok:integer;) And use the regOK
integer to do something in the EXE.
Ta.
Al+

---------------------------------------------------------------------------
  New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
  New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to