yutianhot / mp-unpack

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

Home Page:https://xuedingmiaojun.github.io/mp-unpack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

说明

本软件使用GPL协议,基于wxappUnpacker进行开发,以插件形式集成并保持了工具独立性。
发现有朋友将本软件上架到了闲鱼进行售卖,在此说明一下,本软件是开源免费的,不需要也没有提供任何购买的渠道。
目前仅可以从github及开源**获取,其它渠道作者无法保证该软件是否感染计算机病毒、是否隐藏有伪装的特洛伊木马程序或者黑客软件,不承担由此引起的直接和间接损害责任。

About

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

https://xuedingmiaojun.github.io/mp-unpack/

License:GNU General Public License v3.0


Languages

Language:JavaScript 89.3%Language:Vue 9.9%Language:HTML 0.8%