反编译微信小程序
时间:2021-05-18 16:01:54
收藏:0
阅读:8
git clone git@github.com:xuedingmiaojun/wxappUnpacker.git
npm install esprima npm install css-tree npm install cssbeautify npm install vm2 npm install uglify-es npm install js-beautify
- 获取主包和若干子包
- 解包主包
- windows系统使用:
./bingo.bat testpkg/master-xxx.wxapkg
- Linux系统使用:
./bingo.sh testpkg/master-xxx.wxapkg
- windows系统使用:
- 解包子包
- windows系统使用:
./bingo.bat testpkg/sub-1-xxx.wxapkg -s=../master-xxx
- Linux系统使用:
./bingo.sh testpkg/sub-1-xxx.wxapkg -s=../master-xxx
- windows系统使用:
原文:https://www.cnblogs.com/aln0825/p/14780409.html
评论(0)