Skip to content

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

License

Notifications You must be signed in to change notification settings

AXiX-official/CrossCore-Lua-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrossCore-Lua-Tool

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

Command Line Arguments

  • --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.
  • --encrypt or -e: Encrypts the lua file.
  • --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:

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