一个帮助你解密/加密CrossCore Luascripts的工具
--infile <infile>or-i <infile>: Specifies the input lua file to be processed.--outfile <outfile>or-o <outfile>: Specifies the output file where the processed data will be written.--encryptor-e: Encrypts the lua file.--platformor-p: Specifies the platform to use for encryption, Android or iOS(default: Android).--decryptor-d: Decrypts the lua file.--nofix: Do not fix the file.--ver-bytes: Read version data from file.--helpor-h: Show help.
Example usage:
./crosscore-lua-tool --infile ./path/to/infile --outfile ./path/to/outfile --encrypt
查看pyScripts分支