| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
EA protection
Hello everyone,
I hope this is the right section to post my question. Could any EA expert tell me how to encrypt the ea from being decompiled? If i share the .ex4 file, is there any possibilities for people to decompile it? Just don't want people see the code and strategy behind the ea, and misuse it for his own purpose. If this topic has been discussed before, could somebody refer me to the thread? Thank you for your attention. ![]() |
|
||||
|
Quote:
Read post 7
__________________
|
|
|||
|
Quote:
Decompiling DLL's in practice is not possible (in theory, of course it's possible) - one attempt that springs to mind was a program called 'Boomerang', it would decompile really really simple 'machine language' constructs into readable C code. Nothing complicated could be decompiled with it though... There is a world of difference between decompiling and dissassembling though. First, Compiling is where the high level language (Visual Basic, C/C++ etc.) is converted to 'machine code', which is basically just hexadecimal numbers, (the lowest machine language form). Decompiling is the opposite of this obviously! Dissassembling this machine code would produce Assembly Language, which is simply an easier to use representation of the hexadecimal machine code. 'Assembling' converts assembly language to machine code. What is possible with DLL's is to dissassemble them, so anyone fluent in assembly programming would have no problem figuring out what your DLL is doing, even though the Assembly Language he would be working with would be completely different visually, to the high level language that was compiled - this is afterall, what the DLL 'really' is... Of course, if there really is a program out there capable of doing this properly, I stand corrected and would really like to know about it. ![]() |
|
||||
|
Quote:
Codersguru or New Digital: How do you get set up to receive signals from an EA? Is there a thread that explains how to do this properly? Thanks in advance fxgrm Last edited by fxgrm; 02-13-2008 at 12:28 PM. |
|
|||
|
Demo only EA
Many of the EA's available for purchase offer a demo mode only or strategy tester only mode for "trying" out the EA. Will someone please provide the code for allowing a EA to run in demo and/or strategy tester mode only?
One additional question. I purchased one EA when I first began looking into the Forex market and I had to register the EA and get a key before it would work. Will someone also please point me in the direction of where I can find the code and/or process that does that? Thanks! |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| loss lock EA | newdigital | Expert Advisors - Metatrader 3 | 4 | 05-17-2006 07:40 PM |
| any way to LOCK an Indicator or Template? | SPACECHIMP | Metatrader 4 | 2 | 04-20-2006 01:39 AM |