31 January 2008

AutoIt Decompiler unpacker and script converter

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying "runtimes" required!

AutoIt was initially designed for PC "roll out" situations to reliably automate and configure thousands of PCs. Over time it has become a powerful language that supports complex expressions, user functions, loops and everything else that veteran scripters would expect.

Features:

* Easy to learn BASIC-like syntax
* Simulate keystrokes and mouse movements
* Manipulate windows and processes
* Interact with all standard windows controls
* Scripts can be compiled into standalone executables
* Create Graphical User Interfaces (GUIs)
* COM support
* Regular expressions
* Directly call external DLL and Windows API functions
* Scriptable RunAs functions
* Detailed helpfile and large community-based support forums
* Compatible with Windows 95/98/ME/NT4/2000/XP/2003/Vista
* Unicode support
* Digitally signed for peace of mind
* Works with Windows Vista's User Account Control (UAC)

AutoIt has been designed to be as small as possible and stand-alone with no external .dll files or registry entries required making it safe to use on Servers. Scripts can be compiled into stand-alone executables with Aut2Exe.

Also supplied is a combined COM and DLL version of AutoIt called AutoItX that allows you to add the unique features of AutoIt to your own favourite scripting or programming languages!

Best of all, AutoIt continues to be FREE - but if you want to support the time, money and effort spent on the project and web hosting then you may donate using the link to your left in the menu.

Take me to the downloads page: http://www.autoitscript.com/autoit3/downloads.shtml

========================================================


*New* full support for AutoIT v3.2.6++ :)


... mmh here's what I merely missed in the 'public sources 3.1.0'
This program is for studying the 'Compiled' AutoIt3 format.

AutoHotKey was developed from AutoIT and so scripts are nearly the same.

Drag the compiled *.exe or *.a3x into the AutoIT Script Decompiler textbox.
To copy text or to enlarge the log window double click on it.



Supported Obfuscators:
'Jos van der Zande AutoIt3 Source Obfuscator v1.0.14 [June 16, 2007]' ,
'Jos van der Zande AutoIt3 Source Obfuscator v1.0.15 [July 1, 2007]' ,
'Jos van der Zande AutoIt3 Source Obfuscator v1.0.20 [Sept 8, 2007]' ,
'Jos van der Zande AutoIt3 Source Obfuscator v1.0.22 [Oct 18, 2007]' and
'EncodeIt 2.0'


Tested with:
AutoIT : v3.2.9.4 and
AutoHotKey: v1.0.47.4



The options:
===========

'Force Old Script Type'
Grey means auto detect and is the best in most cases. However if auto detection fails
or is fooled through modification try to enable/disable this setting

'Don't delete temp files (compressed script)'
this will keep *.pak files you may try to unpack manually with'LZSS.exe' as well as *.tok DeTokeniser files, tidy backups and *.tbl (<-Used in van Zande obfucation). Default:OFF 'Verbose LogOutput' When checked you get verbose information when decompiling(DeTokenise) new 3.2.6+ compiled Exe Default:OFF 'Restore Includes' will separated/restore includes. requires ';AUT2EXE INCLUDE-START' comment to be present in the script to work Default:ON 'Use 'normal' Au3_Signature to find start of script' Will uses the normal 16-byte start signature to detect the start of a script often this signature was modified or is used for a fake script that is just attached to distract & mislead a decompiler. When off it scans for the 'FILE' as encrypted text to find the start of a script Default:OFF 'Lookup Passwordhash' Copies current password hash to clipboard and launches http://md5cracker.de to find the password of this hash. I notice that site don't loads properly when the Firefox addin 'Firebug' is enabled. Disable it if you've problems 620AA3997A6973D7F1E8E4B67546E0F6 => cw2k

... you may also get an offline MD5 Cracker and paste the hash there like
DECRYPT.V2 Brute-Force MD5 Cracker
http://www.freewarecorner.de/download.php?id=7298
http://www.freeware.de/Windows/Tools_Utilities/Sicherheit_Backup/Ver__und_Entschluesselung/Detail_EDECRYPT_Brute_Force_MD5_Cracker_9832.html
http://www.shareware.de/Windows/Tools_Utilities/Sicherheit_Backup/Ver__und_Entschluesselung/Detail_EDECRYPT_Brute_Force_MD5_Cracker_9832.html


CommandLine:
===========

Ah yes to open a file you may also pass it via command line like this
myAutToExe.exe "C:\Program Files\Example.exe" -> myAutToExe.exe "%1"
So you may associate exe file with myAutToExe.exe to decompile them with a right click.

To run myAutToExe from other tools these options maybe helpful
options:
/q will quit myAutToExe when it is finished
/s [required /q to be enable] RunSilent will completly hide myAutToExe

Update 2011:
finally it also supports fully the new AutoIt 3.26++ files


Homepage | Forum
DownloadmyAutToExe2_10_src.7z 


Mirrors:

https://www.4shared.com/file/eObTW4ub/myAutToExe2_10_src.html
https://www.4shared.com/file/J3YEdvbg/myAutToExe2_2_AutoIt3_Decompil.html
https://www.4shared.com/file/Kn_2juN3/myAutToExe2_10_AutoIt3_Decompi.html


other files decoders, dezenders...

13 comments:

Anonymous said...

Thanks a lot for AutoIt Decompiler (MyExe2Aut)! I made an AutoIt program years ago and now I didn't find the source. With this program I have it! Thanks, many thanks!!!

CodeRunner said...

anyone note that the autoit exe outputted is compressed and is still 6 to 10 times larger than even a vbs or vb exe that does the same thing?

Admin said...

It's upx compressed as far as I know. It will be great if someone can make it smaller (any coding lang. c++, c, vb,...) and share it.

Bill Gates said...

Note that vbs documentation is sloppy and difficult to write advanced scripts with. Powershell documentation is also sloppy and some methods are completely confusing to script. Autoit is a slap in the face to Micro$oft!

website value said...

Thanks, I needed this converter.

Anonymous said...

is there a good news about autoit 3.3.6.1 decompiler? new obfuscator troubles us.. and so many autoit projects published out there had trojans inside, means we can't find is it dangerous or not beforehand..

Recon said...

yes there are a lot of autoit decompilers with real Trojans inside on the net to found. the files here 100% without trojans. If an AV popup its to 99% false positive.

Maivancu82 said...

Help me!, Please unpack and decompiler this files
http://www.mediafire.com/?073c1pr4vkc1110
Many thanks

--------------
mail : maivancu82@gmail.com
skype : maivancu

Mike said...

You guys are doing a wonderful job. How do I make a donation for your cause?
Mike
college application essays

Apollo said...

Indeed there is a great find in reading this post. Truly the reader can find several useful information he/she can use in his day to day living. Clearly more piece like this are needed. The flawless execution of the article, its drive to share comprehensive knowledge to its readers are acts which the commenter feels a need for recognition. 

SaraFord said...

  Thank you for the information.writing services

body, div, table, thead, tbody, tfoot, tr, th, td, p { font-family: "Arial"; font-size: x-small; }

Irfan9664118215 said...

Very good customer service, prompt delivery (lol...prompt for coming from so far away!), and good products. I recommend this company to my friends all the time.  is a godsend to those of us without medical insurance. http://www.lasixmedication.info

Javed Sunesra said...

Great
post and blog! I really enjoyed this post, thanks for that. I look forward to
reading your upcoming posts, thanks!

Post a Comment

We would appreciate if you as readers of our blog, show us some feedback by signing up to this site with Friend Connect.
This will encourage us to publish updates in the future.

Archive

Dentoo.info - Hosting - Offering seedboxes and seedbox solutions

Connect

MoDs - BRD Push 2 Check Projects News all on one Page
Subscribe to rss feed! Powered By Blogger Creative Commons —
 Attribution-Noncommercial-No Derivative Works 1.0 Generic
GFC Accessibly Test

Site Stats Public Google Analytics stats

We respect your privacy. Your email address will never be shared with others.

My IP Address