shep211 Posted April 12, 2006 Posted April 12, 2006 can you make a exe that cant be decompiled in autoit??
greenmachine Posted April 12, 2006 Posted April 12, 2006 Not from this forum you can't. Support is the correct forum to ask, but since I don't see the reason to have 2 topics with the same info, I'll answer here. When you compile you can choose to not allow decompiling, but even that is not perfect. What it does is create a random 256-char password that is stored in the exe (AutoIt needs to be able to read it to decode it and run it), which means that however strong the pass is, it is not perfect. So yes and no. You can say to not allow decompiling, which will stop all but those familiar with a decompiler/debugger, but it will not stop everyone.
nfwu Posted April 12, 2006 Posted April 12, 2006 You can make it more difficult to compile by obfuscating your codeUn-tidy : (CyberSlug): {Earliest script obfuscator that I know} http://www.autoitscript.com/forum/index.php?showtopic=2348EnCodeIt : SmOke_N: {Latest script obfuscator that I know} http://www.autoitscript.com/forum/index.php?showtopic=19442Is it a coincidence that they have the same sub-titles?#) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
Bert Posted April 12, 2006 Posted April 12, 2006 To put it simply, It is impossible to make a EXE that can't be decompiled. Each time someone invents a new security trick, someone else will figure out a way around it. The Vollatran project My blog: http://www.vollysinterestingshit.com/
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