Thuiswerker Posted August 16, 2006 Posted August 16, 2006 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?
BigDod Posted August 16, 2006 Posted August 16, 2006 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
gamepin126 Posted August 16, 2006 Posted August 16, 2006 I believe Smoke fixed that, so there's no way to tell it's an actual script.
Thuiswerker Posted August 16, 2006 Author Posted August 16, 2006 I believe Smoke fixed that, so there's no way to tell it's an actual script.In which version it is fixed ? i'm using 1.1.131 BETA
gamepin126 Posted August 16, 2006 Posted August 16, 2006 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.
Thuiswerker Posted August 16, 2006 Author Posted August 16, 2006 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!!
Danny35d Posted August 16, 2006 Posted August 16, 2006 Jon already fix that problem, I can remember on what Beta version but, you can use now the new AutoIt realese 3.0.2.1 AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
Administrators Jon Posted August 16, 2006 Administrators Posted August 16, 2006 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. Deployment Blog:Â https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming:Â https://www.autoitconsulting.com/site/sccm-sdk/
ShonGail Posted August 16, 2006 Posted August 16, 2006 Hello 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
Moderators SmOke_N Posted August 16, 2006 Moderators Posted August 16, 2006 Hello 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 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.
FeReNGi Posted August 16, 2006 Posted August 16, 2006 EnCodeIt works just fine for me, no need for extra security wich slow down compiling and executing. ServicesPE|LoadVMDK
themax90 Posted August 17, 2006 Posted August 17, 2006 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?
ParoXsitiC Posted August 17, 2006 Posted August 17, 2006 I have decompiled a backup I had when I lost the original. I was able to find a hacked decompiler that worked with the lastest beta.
ivan Posted August 17, 2006 Posted August 17, 2006 I was aware there was a solution a while back, but it seems the cat and mouse game never ends. I think it must be hard for jon to weigh out what he can tell us without compromising his solution. In any case, I think if someone can, jon can. ivan Think out of the boxGrabber: Yet another WinInfo tool_CSVLib (still alpha)Dynamic html in au3
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now