mengjie0718 / jsc-decompile

A javascript bytecode decoder for mozilla spider-monkey version 34. May decompile jsc file compile by cocos-2dx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1、需要先安装php7.0 下载php7.0 加入环境变量

2、修改php.ini memory_limit = 512M #大小可根据自己内存大小调节

3、反编译成js文件 $ php jsc2js.php *.jsc > test.js 4、反汇编成js 字节码文件 $ php jsc-byte.php > test.bytecode

About

A javascript bytecode decoder for mozilla spider-monkey version 34. May decompile jsc file compile by cocos-2dx


Languages

Language:JavaScript 75.4%Language:PHP 24.6%