# autoit-extractor **Repository Path**: auper/autoit-extractor ## Basic Information - **Project Name**: autoit-extractor - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-14 - **Last Updated**: 2021-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AutoIT Extractor View and Extract Resources in an AutoIT Compiled Executable # Features * Supports executable files (`*.exe`), autoit compiled binaries (`*.a3x`) * Files can be drag-n-dropped into the UI (or on the icon) * Lists all the resources, including embedded files * Supports all AutoIt versions, including AutoHotKey encoded scripts * Doesn't execute the target binary like `Exe2Aut` * Decompiles some scripts properly, even when `myAut2Exe` fails # Prequisites ## Need .NET 3.5+ Runtime # Download - .NET 3.5 * [x64 Executable](/AutoIt Extractor/bin/x64/Release/AutoIt Extractor.exe) * [x86 Executable](/AutoIt Extractor/bin/x86/Release/AutoIt Extractor.exe) - .NET 4.0 * [x64 Executable](net40/AutoIt Extractor/bin/x64/Release/AutoIt Extractor.exe) * [x86 Executable](net40/AutoIt Extractor/bin/x86/Release/AutoIt Extractor.exe) # Screenshot ![screenshot](/screenshot.png)