Cocos2d JSC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 65: Line 65:
* [https://github.com/takaaptech/cocos2d-jsc-decompiler cocos2d-jsc-decompiler]
* [https://github.com/takaaptech/cocos2d-jsc-decompiler cocos2d-jsc-decompiler]
* [https://github.com/OEDx/cocos-jsc-endecryptor cocos-jsc-endecryptor]
* [https://github.com/OEDx/cocos-jsc-endecryptor cocos-jsc-endecryptor]
* [https://frida.re/docs/installation/ Frida Server] + [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Cocos2d/cocos2d_xxtea_script.js cocos2d_xxtea_script.js]
* [https://platinmods.com/threads/tool-encryption-decryption-jsc-files-to-modded-games-based-cocos2djs.132148/ JSC decrypt tool]
* [https://platinmods.com/threads/tool-encryption-decryption-jsc-files-to-modded-games-based-cocos2djs.132148/ JSC decrypt tool]
* [https://archive.org/download/jsc-tool/jsc%20Tool.rar JSC Tool]
* [https://archive.org/download/jsc-tool/jsc%20Tool.rar JSC Tool]

Revision as of 11:35, 4 September 2022

Back to index | Edit this page

JSC

  • Format Type : Compiled Script
  • Endian Order : Little Endian
  • Signature : None


Format Specifications

x bytes - file data  // it may be encrypted or compressed

Notes and Comments

  • This file format occurs in games made using Cocos2d-x framework.
  • JSC is a compiled JavaScript file.
  • JSC may be compressed with GZIP / ZLIB and encrypted with XXTEA.

Games

List of games using this file format:

Game Title Platform Extension Type Encryption Key
Brutal Street 2 Android *.JSC SpiderMonkey (version 33) None
Choang Club - Game bai dang cap Android *.JSC SpiderMonkey (version 33) None
Jimi-Kare My Quiet Boyfriend Android *.JSC XXTEA Only unknown
KungFu Hospital Android *.JSC XXTEA + GZIP yiguangp
LifeSimulator - Chinese Life Android *.JSC XXTEA + GZIP e07a4d47-b82e-4f
One Piece (chinese game) Android *.JSC XXTEA + GZIP b81a1dd7-625d-43

QuickBMS Script

Compatible Programs

See Also

Gallery