mp-unpack
基于electron-vue开发的微信小程序自助解包客户端
方便没有技术基础的同学轻松进行小程序的反编译
为什么使用electron来做
上手方便、可跨平台
前置准备:利用模拟器获取小程序包
参考博主的原创文章
逆向教程小程序
运行截图
Windows
如何使用
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/xuedingmiaojun/mp-unpack.git
# Go into the repository
cd mp-unpack
# Install dependencies and run the app
npm install && cd tool/ && npm install
To pack into an app, simply type one of these:
npm run build
npm run build:mac
npm run build:linux
npm run build:win32
npm run build:win64