UnAutoIt (AutoIt3文件解包工具),UnAutoIt是一款專業(yè)的視頻抓包解包工具,提供優(yōu)秀的反編譯操作環(huán)境,適配當前主流的編譯設備,UnAutoIt支持多種系統(tǒng)環(huán)境,單文件程序,直接雙擊運行即可開始反編譯操作,實現(xiàn)對文件的解包處理。本站帶來UnAutoIt最新windows版本下載。
UnAutoIt優(yōu)勢
跨平臺 AutoIt 提取器
支持 AutoItv3+
縮進腳本
不執(zhí)行目標二進制文件
從 UPX 打包二進制文件中提取
UnAutoIt使用
1.List Resources (Table)
./unautoit list target-file.bin
2.List Resources (JSON)
./unautoit list target-file.bin --json
3.Extract one resource
./unautoit extract --id N [--output-dir out] target-file.bin
where N is the id of the resource to extract.
If out is given the extracted resource is placed in the directory specified by out.
The default value of out is $PWD/dump
4.Extract all resources
./unautoit extract-all [--output-dir out] target-file.bin
If out is given the extracted resource is placed in the directory specified by out.
The default value of out is $PWD/dump
安裝說明
根據(jù)需求選擇對應版本運行即可