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的工具
- Host: GitHub
- URL: https://github.com/axix-official/crosscore-lua-tool
- Owner: AXiX-official
- License: mit
- Created: 2024-02-15T03:17:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T08:34:56.000Z (over 1 year ago)
- Last Synced: 2025-04-19T10:28:14.893Z (about 1 year ago)
- Topics: crosscore
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)分支