Protect Strategy

Posted By: tradingest

Protect Strategy - 12/01/18 15:17

Hi guys,

how can I make to protect the strategy without open the script in the editor?

Thanks
Posted By: AndrewAMD

Re: Protect Strategy - 12/01/18 15:23

"Protect the strategy"?

You can make a script file read-only in Windows. Is that what you want?
Posted By: tradingest

Re: Protect Strategy - 12/01/18 15:25

Originally Posted By: AndrewAMD
"Protect the strategy"?

You can make a script file read-only in Windows. Is that what you want?


I want to protect the script how the Z strategies (.x)
Posted By: chsmac85

Re: Protect Strategy - 12/01/18 17:14

The z strategies are complied which is why they have the .x

Maybe try googling how to compile a c script for your OS. I haven't gotten this far myself so I can't be of more help.
Posted By: 3dgamelight

Re: Protect Strategy - 12/01/18 18:07

Zorro S is needed: set(EXE);
Posted By: tradingest

Re: Protect Strategy - 12/01/18 18:09

I hope anyone can help me
Posted By: chsmac85

Re: Protect Strategy - 12/02/18 13:44

3dgamelight is correct. From the manual variable>>mode flags
EXE
Compile the script to an executable in .x file format. Useful for a faster start, and for distributing strategies without revealing the source code. Zorro S required.
Posted By: tradingest

Re: Protect Strategy - 12/02/18 15:42

Sorry,

3dgamelight have answered 2 second befor my request of help.
I try set(EXE) but the file is always possible open it through notepad while the Z strategies is not possible to open.

Z1 strategy

I'd like obtain the same effect

thanks again
Posted By: tradingest

Re: Protect Strategy - 12/02/18 15:53

done!!

it was necessary to run it and the .x file is generated automatically.
At this point the question is another.

Is it possible to decrypt the file in some way?

thanks in advance
Posted By: AndrewAMD

Re: Protect Strategy - 12/02/18 15:53

It would be silly if Zorro deleted your source code.

Once you have compiled your binary (.x), just leave it there. Move your source (.c) to a safe place.
Posted By: tradingest

Re: Protect Strategy - 12/02/18 15:56

Thanks so much AndrewAMD,

I resolve it.
Is it possible to help me about my last question on the possibility decrypt file?

thanks again
Posted By: AndrewAMD

Re: Protect Strategy - 12/02/18 16:21

The short answer is no.

The long answer is yes, but it's not easy to decompile a binary without being an uber computer nerd. wink
Posted By: tradingest

Re: Protect Strategy - 12/02/18 16:44

Originally Posted By: AndrewAMD
The short answer is no.

The long answer is yes, but it's not easy to decompile a binary without being an uber computer nerd. wink


Top!!

For a true nerd impossible is nothing! laugh

thanks so much AndrewAMD
© 2024 lite-C Forums