nazywam / AutoIt-Ripper

Extract AutoIt scripts embedded in PE binaries
MIT License
171 stars 34 forks source link

Make autoit-ripper a module #3

Closed ITAYC0HEN closed 4 years ago

ITAYC0HEN commented 4 years ago

It will be great to be able to use it something like this:

$ pip install autoit-ripper
...
$ autoit-ripper file.exe

As well as

>>> from autoit_ripper import Ripper
>>> ripped_file = Ripper("file.exe", ...)