An open API service indexing awesome lists of open source software.

https://github.com/axix-official/crosscore-lua-tool

一个帮助你解密/加密CrossCore Luascripts的工具
https://github.com/axix-official/crosscore-lua-tool

crosscore

Last synced: about 1 year ago
JSON representation

一个帮助你解密/加密CrossCore Luascripts的工具

Awesome Lists containing this project

README

          

# CrossCore-Lua-Tool

一个帮助你解密/加密CrossCore Luascripts的工具

## Command Line Arguments

- `--infile ` or `-i `: Specifies the input lua file to be processed.
- `--outfile ` or `-o `: Specifies the output file where the processed data will be written.
- `--encrypt` or `-e`: Encrypts the lua file.
- `--platform` or `-p`: Specifies the platform to use for encryption, Android or iOS(default: Android).
- `--decrypt` or `-d`: Decrypts the lua file.
- `--nofix`: Do not fix the file.
- `--ver-bytes`: Read version data from file.
- `--help` or `-h`: Show help.

Example usage:

```bash
./crosscore-lua-tool --infile ./path/to/infile --outfile ./path/to/outfile --encrypt
```

## Python Version

查看[pyScripts](https://github.com/AXiX-official/CrossCore-Lua-Tool/tree/pyScripts)分支