yanesdkTool
small command line tool for working with yanesdk (*.dat) files, some .dat files need .lst file (which contains necessary information for extraction) which not currently supported, only view mode is supported
Usage: python exshikidat.py [OPTIONS]
Options:
-u, --unpack for unpack mode. default is view mode
-p, --pack for pack mode
-f, --file file path to unpack/pack
-d, --directory directory path to unpack/pack
--help Show this message and exit.
Requirements:
Python 3.7 or later with modules:
- bytesfunc
- click
Reference: