UnAutoIt (AutoIt3文件解包工具),UnAutoIt是一款专业的视频抓包解包工具,提供优秀的反编译操作环境,适配当前主流的编译设备,UnAutoIt支持多种系统环境,单文件程序,直接双击运行即可开始反编译操作,实现对文件的解包处理。本站带来UnAutoIt最新windows版本下载。
UnAutoIt优势
跨平台 AutoIt 提取器
支持 AutoItv3+
缩进脚本
不执行目标二进制文件
从 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
安装说明
根据需求选择对应版本运行即可