You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python program to extract AutoIt scripts from PE executables. To use it, go to retoolkit -> Programming -> Python Command Prompt and type:
autoit-ripper -h
Exe2Aut
Dynamic decompiler for AutoIt v3 programs (I tested it with v3.3.14.5 and it worked like a charm). All you have to do is to drag-and-drop the compiled AutoIt program (PE file) to Exe2Aut and the magic happens, but for non-protected PE32 files only.
The file hash matches the original one list in the author's website, now down. I've included a PDF copy of the website landing page in the program folder. Please check it out.
myAutToExe
Static decompiler for AutoIt and AutoHotkey compiled programs. It's more powerful than Exe2Aut but it's also more complicated to use. It has support for PE32 and PE32+ files and comes with a set of tools to help dealing with obfuscation.
I've tested this decompiler with programs compiled by AutoIt v3.3.14.5 and v3.3.15.3-beta. There are many versions of this decompiler out there. The latest one I could find is 2.15 build(212). I've also included a PDF copy of the author website in retoolkit.
If you're interested in how these decompilers work, read this.