Jump to content

Recommended Posts

Posted (edited)

I would like to ask you some questions about compiling.

I use Autoit wrapper gui 15.920.938.0
1. I would like to delete all comments from my compiled code.

If is possible...

I am using the 3.3.14.2 version of Autoit, I would like this time to protect my code, without using external tools that are seen as viruses, how do you protect your code usually?

Thx :)

Edited by rootx
Posted
  On 4/9/2016 at 2:57 PM, rootx said:

enough to protect the code decompilation?

Expand  

You cannot protect AutoIt code from decompilation itself.:(

However, you can ensure that any such attempt will produce utter garbage outside of a sanctioned environment (valid user/machine/etcetera) if you encrypt your script with CodeCrypter (link in my signature).;)

Posted
  On 4/9/2016 at 3:19 PM, RTFC said:

You cannot protect AutoIt code from decompilation itself.:(

However, you can ensure that any such attempt will produce utter garbage outside of a sanctioned environment (valid user/machine/etcetera) if you encrypt your script with CodeCrypter (link in my signature).;)

Expand  

About virus total? any trouble? thx

CodeScannerCrypter.bundle.v1.8.7z that version?

thx

Posted

If your compiled script is erroneously identified as a virus, see here. There's nothing I can do about that.

Yes, that version will do. Try it on a simple helloworld test script first, to learn how it works (don't forget to add #include MCFinclude.au3 if you wish to encrypt your script). Also please spend some time reading the FAQ (pdf file in the bundle) before posting questions in the CodeCrypter thread, should you run into difficulties.

Best of luck.

Posted
  On 4/10/2016 at 8:25 AM, RTFC said:

If your compiled script is erroneously identified as a virus, see here. There's nothing I can do about that.

Yes, that version will do. Try it on a simple helloworld test script first, to learn how it works (don't forget to add #include MCFinclude.au3 if you wish to encrypt your script). Also please spend some time reading the FAQ (pdf file in the bundle) before posting questions in the CodeCrypter thread, should you run into difficulties.

Best of luck.

Expand  

Thx, it was all very simple, I created my encrypted .exe. But....

Does not copy the files inside, why?

Example: FileInstall("C:\Project\lang\en.ini", @ScriptDir & "\lang\en.ini")

Maybe I have to write after #include <MFC include.au3>?

Thx:sweating:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...