/mp-unpack

基于electron-vue开发的跨平台微信小程序自助解包(反编译)客户端

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

mp-unpack

基于electron-vue开发的微信小程序自助解包客户端

方便没有技术基础的同学轻松进行小程序的反编译

为什么使用electron来做

上手方便、可跨平台

前置准备:利用模拟器获取小程序包

参考博主的原创文章

以中银E路通小程序为例10分钟带你学会微信小程序的反编译

逆向教程小程序

逆向教程

运行截图

Mac
mac解包截图

Windows

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

公众号

公众号

捐赠

wxpay

alipay

License GPL