Link to home
Start Free TrialLog in
Avatar of CiaoBaby
CiaoBabyFlag for United States of America

asked on

Source code encryption

How can I encrypt my delphi source code so that the .exe and dlls can't be reverse compiled?
Avatar of VBClassicGuy
VBClassicGuy
Flag of United States of America image

Avatar of aflarin
aflarin

actually, you can't decrypt exe, dll or dcu to original delphi source code. some decryptors (like in the above link) can extract some information like delphi forms, some rtti about classes, records, other types but they can't extract original delphi code.
Avatar of CiaoBaby

ASKER

I have an exe that I know is written in Delphi.  When I run any of the decompilers I get nothing.  No forms, nothing.  How did they do that?
ASKER CERTIFIED SOLUTION
Avatar of Emmanuel PASQUIER
Emmanuel PASQUIER
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial