Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 523 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 523 Bytes

Kixtart Detokenizer

Decrypt and detokenize kixtart scripts

usage: detokenize.py [-h] [-v] [-d DUMP_DIR] [-p] files [files ...]

detokenize.py [OPTION]... [FILES]...

positional arguments:
  files

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Increase verbosity. Can specify multiple times for more verbose output
  -d DUMP_DIR, --dump DUMP_DIR
                        Dump path for output scripts
  -p, --print           Write detokenized scripts to stdout```