Sinisterly
Possible to decompile autoit? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Possible to decompile autoit? (/Thread-Possible-to-decompile-autoit)



Possible to decompile autoit? - FearLess - 11-01-2013

I saw help requests in this sections so I decided to ask too.
Autoit devs says that there isnt any decompiling tools so no help from them.

I believe that someone have non public tools to decompile au3 exes.
I need to decompile few exes. Not hacks/rats/keyllogers just simple program. Pm me if any1 can do this.



Sorry for my bad english, hope you understood


Possible to decompile autoit? - FearLess - 11-01-2013

I saw help requests in this sections so I decided to ask too.
Autoit devs says that there isnt any decompiling tools so no help from them.

I believe that someone have non public tools to decompile au3 exes.
I need to decompile few exes. Not hacks/rats/keyllogers just simple program. Pm me if any1 can do this.



Sorry for my bad english, hope you understood


RE: Possible to decompile autoit? - Slarek - 11-01-2013

Why don't you just make those simple programs?
I haven't heard from decompiler but that doesn't deny the possible existence of one.
And your English is actually good. No need to apologize.


RE: Possible to decompile autoit? - Slarek - 11-01-2013

Why don't you just make those simple programs?
I haven't heard from decompiler but that doesn't deny the possible existence of one.
And your English is actually good. No need to apologize.


RE: Possible to decompile autoit? - FearLess - 11-01-2013

That programs contais unknown functions so I cant make same program without knowing that funcs. Tried to see something using bintext but nothing.


RE: Possible to decompile autoit? - FearLess - 11-01-2013

That programs contais unknown functions so I cant make same program without knowing that funcs. Tried to see something using bintext but nothing.


RE: Possible to decompile autoit? - aixoa - 11-02-2013

Try this one:
https://anonfiles.com/file/8188e58012afbd5c9c56e8bf24559a4f


RE: Possible to decompile autoit? - Deque - 11-02-2013

You should use google to find one. There are several. I.e. https://exe2aut.com/


RE: Possible to decompile autoit? - 1llusion - 11-02-2013

There are quite a few "decompilers" for AutoIt. Or you can make one by yourself! AutoIt "compiles" your scripts by simply packing 'em together with an interpreter, that is why they are so big Smile