Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Can an EA and/or Indicator be decompiled? I've written something I'd like to protect by compiling it... but can it be decompiled? How would one protect their holy grail code?
decompiling should not be very hard. but I don't know any tools available.
if it's really holy grail material, I don't think people would hesitate at paying the small cost to get a Ukranian or Russian programmer to decompile it by hand (if no tools exist)
They are very very easy to decompile, since the are simply Pcode or interpreted code.
The best way, as already been mentioned, is to move much of your logic into a dll. We actually off load a lot of the logic onto a server, acts as a Signal server.
This way, the EA is worthless when its decompiled.
If you have a good EA, someone WILL steal it.
Quote:
Originally Posted by charliev
Hello all:
Can an EA and/or Indicator be decompiled? I've written something I'd like to protect by compiling it... but can it be decompiled? How would one protect their holy grail code?
Can an EA and/or Indicator be decompiled? I've written something I'd like to protect by compiling it... but can it be decompiled? How would one protect their holy grail code?
-charliev
i've been disscused this issue before in other forum ...yups there's decompiler out side ..only few people know it and there's cost to do decompiling your source .....i'm not found free decompiler software in internet yet
They are very very easy to decompile, since the are simply Pcode or interpreted code.
The best way, as already been mentioned, is to move much of your logic into a dll. We actually off load a lot of the logic onto a server, acts as a Signal server.
This way, the EA is worthless when its decompiled.
If you have a good EA, someone WILL steal it.
where can i get a hold of a tutorial for DLL? i wanna learn it..