Skip to content

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

License

Notifications You must be signed in to change notification settings

codeSamuraii/Scriptify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages