AhrimanSefid Posted March 10, 2013 Posted March 10, 2013 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.
kao Posted March 10, 2013 Posted March 10, 2013 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.
mrexodia Posted March 17, 2013 Posted March 17, 2013 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.
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