The Cross Platform AutoIt extractor
- Supports AutoItv3+
- Indents scripts
- Does not execute the target binary
- Extracts from UPX packed binaries
List Resources
-
List Resources (Table)
./unautoit list target-file.bin
-
List Resources (JSON)
./unautoit list target-file.bin --json
-
Extract one resource
./unautoit extract --id N [--output-dir out] target-file.bin
whereN
is the id of the resource to extract.
Ifout
is given the extracted resource is placed in the directory specified byout
.
The default value ofout
is$PWD/dump
-
Extract all resources
./unautoit extract-all [--output-dir out] target-file.bin
Ifout
is given the extracted resource is placed in the directory specified byout
.
The default value ofout
is$PWD/dump