Jump to content

Recommended Posts

Posted

I use AutoIt for many month now and i make realy nice programs.

But today i discovered that someone has decompiled my script, while i did not allowed decompiling when i compiled the script. Now my script has become public......

How can that be?

Posted

There is a cracked de-compiler out on the web somewhere. If you search the forums for decompile you will find many topics on the issue.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted

No, he made something that will patch your compiled exe so that it's not detected as an autoit script, I don't know where it is.

Okay, thanx.. i'm gonna try to find it!!

  • Administrators
Posted

No, it's not fixed. I believe there is a hacked decompiler that works with the current version.

As part of the changes I'm working on at the moment is storing the script in a token form that the autoit engine can work with but that can't be easily converted back into text form. Exe2Aut won't be able to read it back so that means that someone would have to write a converter from scratch which is much harder.

Posted

Hello :P

if a script must contain sensitives informations as passwords, what is the best way to store them ?

Compiling a script (with passwords visible into the code) is it an acceptable way ?

Thanks :nuke:

  • Moderators
Posted

Hello :P

if a script must contain sensitives informations as passwords, what is the best way to store them ?

Compiling a script (with passwords visible into the code) is it an acceptable way ?

Thanks :nuke:

There is no "safe" way to store passwords currently, there are alternative measures, some use EnCodeIt... some use Files/Registry/Ini(s) to store their information... they encrypt it upon output, and decrypt from within the .exe upon input... unfortunately, your source is laid wide open, so the decryption functions are right there for anyone to play with... If/When Jon finishes what he's doing, this would be a great step having a more secure .exe.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

EnCodeIt works just fine for me, no need for extra security wich slow down compiling and executing.

What about Assign, Execute, and Eval (and others) that won't work when you use it?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...