Jump to content
Tuts 4 You

{REQ} Software


AhrimanSefid

Recommended Posts

AhrimanSefid

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.

Link to comment

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.


Link to comment

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.


Link to comment

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
×
×
  • Create New...