Jump to content

Can You Make A Exe That Cant Be Decompiled


Recommended Posts

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.

Link to comment
Share on other sites

You can make it more difficult to compile by obfuscating your code

Un-tidy : (CyberSlug): {Earliest script obfuscator that I know} http://www.autoitscript.com/forum/index.php?showtopic=2348

EnCodeIt : SmOke_N: {Latest script obfuscator that I know} http://www.autoitscript.com/forum/index.php?showtopic=19442

Is it a coincidence that they have the same sub-titles?

#)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...