Skip to content

digitalsleuth/UnAutoIt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github stats Licence
MadeWithGo

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

asciicast

About

The Cross Platform AutoIt Extractor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.8%
  • PowerShell 2.8%
  • Shell 2.4%