codeSamuraii / Scriptify

Scriptify converts any file into a runnable Python script that restores the original file when run.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scriptify

Scriptify converts any file into a runnable Python script that restores the original file when run.

Usage

To turn a file into an executable code, use:

scriptify.py 'source file' 'output file' [-m] [-c[c]] [-p [pass]] [-s msg]

Arguments :

  • -m : minimal recovery script
  • -c : use LZMA compression for file data (may be used twice to increase compression)
  • -p : encrypt data with AES (if no password is specified, one will be provided to you)
  • -s : print a custom message upon script launching

To restore the file, simply launch the script with Python.

Dependecies

Development

To-Do
  • Documentation
  • Memory improvements
  • Better compression
  • Exception handling
New versions
  • Obfuscated recovery script
  • Dependency-less recovery script

About

Scriptify converts any file into a runnable Python script that restores the original file when run.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%