UnAutoIt--AutoIt3文件解包工具
!(https://img.shields.io/github/downloads/x0r19x91/UnAutoIt/total.svg?style=for-the-badge&color=red)!(https://img.shields.io/badge/license-GPLv3-blue.svg?style=for-the-badge)
!(https://forthebadge.com/images/badges/made-with-go.svg)
# UnAutoIt
The Cross Platform AutoIt extractor
* Supports AutoItv3+
* Indents scripts
* Does not execute the target binary
* Extracts from UPX packed binaries
## How to Use
> List Resources
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`
[!(https://asciinema.org/a/368551.svg)](https://asciinema.org/a/368551)
Down:
https://github.com/x0r19x91/UnAutoIt/releases 本帖最后由 redapple2015 于 2021-9-15 13:44 编辑
上次测试过,感觉不好用。
--------------------------------------------------------------
UnAutoIt
The Open Source Cross Platform Decompiler for AutoIt
--------------------------------------------------------------
Usage:
UnAutoIt
Available Commands:
extract Extract Resource using Id
extract-all Extract all resources from the AutoIt compiled binary
help Help about any command
list List Resources embedded in the AutoIt compiled binary
Flags:
-h, --help help for UnAutoIt
Use "UnAutoIt --help" for more information about a command. xz00311 发表于 2021-9-15 13:47
已经测试好了,知道咋用了谢谢你,只是有点问题就是不能整理成带库文件的
库文件这样分析不出来的。只要是你是用autoit软件,你应知道怎么修改,添加库文件。 有中文说明就好了,网址先收藏了 求中文说明和例子 已经测试好了,知道咋用了谢谢你,只是有点问题就是不能整理成带库文件的 redapple2015 发表于 2021-9-15 16:03
库文件这样分析不出来的。只要是你是用autoit软件,你应知道怎么修改,添加库文件。
知道咋弄只是有点麻烦,如果能处理就好了不用手工去弄 试试好不好用 已测,有待改进 试试好不好用
页:
[1]
2