[Help] How do I protect my file autoit

05/22/2012 21:57 Alexgoogle#1
[B][COLOR="Gray"]Hello friends ... I wanted to ask a question ...
How do I protect my file from autoit decompiler?


Spoiler: Thanks
05/22/2012 22:11 Jeoni#2
You can obfuscate the code (look [Only registered and activated users can see links. Click Here To Register...]), so it's harder for the people who decompile your application to read (but not impossible, of course).
Maybe you can change the header or anything like this, so the decompilers don't accept your application as an AutoIt application. But for the programers of a decompiler it's easy to recover the header and decompile it.
So I think that there aren't any other ways to protect it. AutoIt is open source. Deal with it (I heard this from several people).
05/23/2012 15:15 K1ramoX#3
You have to obfuscate the AutoIt Stub then all decompiler won't work and they have to decompile it manually ;)
07/24/2015 12:21 hąţ$µɲ€ ʍɨЌµ#4
Quote:
Originally Posted by K1ramoX View Post
You have to obfuscate the AutoIt Stub then all decompiler won't work and they have to decompile it manually ;)
first of all sorry for the push
secondary
dafuq ? you still can decompile the obfuscated version.
it will just take a big knowlegh and time to deobfuscate it.
07/24/2015 13:23 alpines#5
Quote:
Originally Posted by hąţ$µɲ€ ʍɨЌµ View Post
first of all sorry for the push
secondary
dafuq ? you still can decompile the obfuscated version.
it will just take a big knowlegh and time to deobfuscate it.
That's what he exactly said. You're repeating the same thing he's saying and pushing a thread which is 3 years old.
08/03/2015 09:54 Lawliet#6
#closed