Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.07 KB

luac-Decryption

⛔For xxtea only, nothing can be done with bytecode⛔

✈If you encounter luajit, try using luajit-decompiler

⚡This is a script that decrypts the coco2dx-luac .luac file⚡

🌈The core process is the decryption of XXTEA.🌈

Usage :

    python main.py [-d] [xxteaKey] [sign] [jscDir/zipFile]

Example :

    python main.py -d e73c83539f2e65ab159 b4d6f1b968 C:\DecJsc-master\src
    python main.py -d e73c83539f2e65ab159 b4d6f1b968 C:\DecJsc-master\game.zip

Tips :

    -d or -decrypt [decrypt]
    If the TEA is 16 bytes of \x00, please fill in NONE
    Supports folders and individual LUAC or ZIP files

Outputs :

    The output folder is located in the same directory as the LUAC folder.

❗Waiting for repair and Known errors :

-[x] zip files decompress

Welcome to submit issue.

example

If you have any questions, please contact [ MasonShi@88.com ]