Skip to content

基于node的微信小程序反编译工具,在前人的基础上修复了几个程序报错问题。

License

Notifications You must be signed in to change notification settings

daiyifei/wxappUnpacker

 
 

Repository files navigation

- 基于 wxappUnpacker 修改

- 分包功能

当检测到 wxapkg 为子包时, 添加-s 参数指定主包源码路径即可自动将子包的 wxss,wxml,js 解析到主包的对应位置下. 完整流程大致如下:

  1. 获取主包和若干子包
  2. 解包主包 ./bingo.sh testpkg/master-xxx.wxapkg
  3. 解包子包 ./bingo.sh testpkg/sub-1-xxx.wxapkg -s=../master-xxx

- 修复:

subPackage.pages is not iterable

About

基于node的微信小程序反编译工具,在前人的基础上修复了几个程序报错问题。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Other 1.6%