# mp-unpack **Repository Path**: v8sj/mp-unpack ## Basic Information - **Project Name**: mp-unpack - **Description**: 基于electron-vue开发的微信小程序自助解包(反编译)客户端 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 37 - **Created**: 2022-10-07 - **Last Updated**: 2022-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mp-unpack 基于electron-vue开发的微信小程序自助解包客户端 > 方便没有技术基础的同学轻松进行小程序的反编译 #### 为什么使用electron来做 上手方便、可跨平台 #### 前置准备:利用模拟器获取小程序包 参考博主的原创文章 > [以中银E路通小程序为例10分钟带你学会微信小程序的反编译](http://xuedingmiao.com/blog/xcx_unpack.html) #### 运行截图 Mac mac解包截图 Windows windows解包截图 #### 如何使用 To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](https://www.npmjs.com/)) installed on your computer. From your command line: ``` bash # 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: ``` shell npm run build npm run build:mac npm run build:linux npm run build:win32 npm run build:win64 ``` #### 公众号 公众号 #### 捐赠 wxpay alipay #### [Download Released App](https://github.com/xuedingmiaojun/mp-unpack/releases) #### License [GPL](LICENSE.md)