MCPcopy Index your code
hub / github.com/bartlomiejduda/JSC-PyDecrypt-Tool

github.com/bartlomiejduda/JSC-PyDecrypt-Tool @v0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.2 ↗ · + Follow
3 symbols 22 edges 2 files 2 documented · 67%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Info

JSC-PyDecrypt-Tool is a Python program for decrypting Cocos2d JSC files.

Building on Windows

  1. Install Python 3.10.0
  2. Install PyCharm 2022.1 (Community Edition)
  3. Create virtualenv and activate it
  4. python3 -m venv \path\to\new\virtual\environment
  5. .\venv\Scripts\activate.bat
  6. Install all libraries from requirements.txt
  7. pip3 install -r requirements.txt
  8. Run the jsc_pydecrypt_tool.py file with proper command line arguments

NOTE: There is also "DECRYPT_ALL.BAT" script which can be used for batch processing. Just set correct encryption key, put your files inside "INPUT" directory and run the script.

Core symbols most depended-on inside this repo

export_data
called by 1
jsc_pydecrypt_tool.py
main
called by 1
jsc_pydecrypt_tool.py
get_logger
called by 1
logger.py

Shape

Function 3

Languages

Python100%

Modules by API surface

jsc_pydecrypt_tool.py2 symbols
logger.py1 symbols

For agents

$ claude mcp add JSC-PyDecrypt-Tool \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page