Posted March 10, 201312 yr I need a program to change the file structure or locking it or even encrypting it and the final result file be secure and no debugger or analyzer could read those files.I wrote a program with Autoit which it's getting decompiled with exe2aut and I want to secure that.
March 10, 201312 yr Short answer - you can't. Autoit is a scripting language, so - no matter how hard you try, it will always be possible to decompile EXE back to script.
March 17, 201312 yr Long anser from me: obfuscate your script and pack the result with a commercial packer that VMs/heavily obfuscates your code. It's the best you can do.
Create an account or sign in to comment