基于electron-vue开发的微信小程序自助解包客户端
方便没有技术基础的同学轻松进行小程序的反编译
上手方便、可跨平台
参考博主的原创文章
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
- 还是不知道怎么逆向?
- 遇到问题不会处理?
快来试试作者匠心录制的视频系列课程吧~。
人人都能学会的微信小程序逆向技能