Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjatsh/unwxapkg
WeChat applet .wxapkg decoding tool
https://github.com/sjatsh/unwxapkg
apkg go golang unpacking unwxapkg wechat wxapkg
Last synced: 3 months ago
JSON representation
WeChat applet .wxapkg decoding tool
- Host: GitHub
- URL: https://github.com/sjatsh/unwxapkg
- Owner: sjatsh
- License: apache-2.0
- Created: 2018-12-27T12:00:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T04:01:29.000Z (over 4 years ago)
- Last Synced: 2024-06-18T21:31:18.466Z (5 months ago)
- Topics: apkg, go, golang, unpacking, unwxapkg, wechat, wxapkg
- Language: Go
- Homepage: https://sjis.me
- Size: 253 KB
- Stars: 255
- Watchers: 11
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - sjatsh/unwxapkg - WeChat applet .wxapkg decoding tool (Go)
- awesome-hacking-lists - sjatsh/unwxapkg - WeChat applet .wxapkg decoding tool (Go)
README
[![Build Status](https://travis-ci.org/sjatsh/unwxapkg.svg?branch=master)](https://travis-ci.org/sjatsh/unwxapkg)
[![codecov](https://codecov.io/gh/sjatsh/unwxapkg/branch/master/graph/badge.svg)](https://codecov.io/gh/sjatsh/unwxapkg)## Description
The tool is used to decompress the wxapkg compress of the Wechat applet. Wxapkg can be obtained through NetEase
[MuMu](http://mumu.163.com/) simulator.
- Download it and install wechat
![](http://static.1sapp.com/simage_template/401f78fc5c26cefb839d7c37fb2451fe39364d86.png)
- Get applet wxapkg package use 'RE File Manager'
go to `/data/data/com.tencent.mm/MicroMsg/{{a hexadecimal string folder}}/appbrand/pkg/`
![](http://static.1sapp.com/simage_template/843604b9abd8c859c3de0eea50ec1a821892dc21.png)
- Compress and send
![](http://static.1sapp.com/simage_template/50a67d45e553480e817ced99797ec17e0029ee33.png)
![](http://static.1sapp.com/simage_template/a16e9408afebc1d70430512d066e9fd476cb70ef.png)
## Usage
```
go get github.com/sjatsh/unwxapkg
cd ~/go/src/github.com/sjatsh/unwxapkg
unwxapkg -f dest/102.wxapkg
```## Unpacking Result
![](http://static.1sapp.com/simage_template/23fa85f16911f689d7f35de36c9fd725bac75549.png)