Re: Protect your EA (Trial Period)
The best way to protect an EA is by incorporating part of the trade logics in an encrypted DLL. DLLs are much tougher to decompile and also costlier to decompile. Most of the EA decompilers out there simply use decompiling software or get someone with one to do for them. DLL decompiling is costly, and most hackers are well versed in mql4 only.
RapidForex's Ironclad is one of the example, the EAs using their encrypted DLLs are much tougher to crack as part of the source is actually in the DLL.
Last edited by jordank; Jun 22, 2009 at 5:13am.
Reason: edit
|