Read Me

You might also like

You are on page 1of 2

; ********************************** Feb 2012 ; ; ; ; * AutoIt3 Decompiler v6 Beta * * written with FASMW * * by link * **********************************

http://autoitdecompiler.info/ - donated by scbiz :P should support v3.2.6.0 - v3.3.9.0, ANSI/UNICODE & 32-/64-bit Exe2Aut.exe [-nogui] [-quiet] [-nofiles] [-[drfc]#] filename -nogui fterwards -quiet -nofiles -d# -r# -f# -c# filename launch without gui, try to decompile file, report back and close a don't show any messages (used w/ "-nogui") don't extract files embedded via FileInstall 0/1* => don't deobfuscate/deobfuscate 0*/1/2 => rename symbols if obfuscated/always rename/never rename 0/1* => don't adjust FileInstall-paths/adjust them 0*/1 => don't replace @Compiled/replace it optional if -nogui isn't specified

Note: If your target spawns a child process which is the actual compiled AutoIt scri pt (like Armadillo's Debug-Blocker), you could try using the Armadillo mode by ei ther specifying "-armadillo" in the commandline or checking the according item in t he window's system menu (just click on the smilie in the upper left corner). However!, if you're using this mode, but your target is not protected in the s ame manner as an executable protected with Armadillo's Debug-Blocker, then the dropped file will get executed, so don't use it 'recklessly'. Caution: Files, other than the supported AutoIt-Exes, dropped into the window might get executed fully, so use this tool with safe files only!

version 1 [!] Initial release (only v3.3.6.1 supported) version 2

[+] added support for various versions [-] fixed a small indentation error version 3 [+] added support for rest of v3.2.6.0 to v3.3.7.18 [+] added support for armadillo packed files version 4 Beta [+] added capitalization of functions, keywords, #-directives and macros [+] added extraction of fileinstalls version 4 [+] added commandline switches [-] fixed space errors and #-directive capitalization [-] fixed a font bug in the gui version 5 [+] added support for armadillo packed files with memory-patching protection [+] added quick&dirty deobfuscation for Jos van der Zande Obfuscator v1.0.29.0 [-] fixed a crash which occurred when only a filename instead of a full path was passed version 6 Beta [+] added rudimentary support for 64bit files

You might also like