Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DC3x6 authored Jul 15, 2021
1 parent 212a52a commit e0b02c3
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# Unpack
微信小程序批量反编译
# 功能

批量反编译小程序源码

# 使用

## 安装nodejs

双击node-v14.16.1-x64.msi按照提示安装即可

## 清空历史小程序

微信默认存储小程序位置为C:\Users\XXX\Documents\WeChat Files\Applet

![image-20210715172334174](readme.assets/image-20210715172334174.png)

每次操作前将该目录内所有文件清空,然后开启微信电脑版,搜索打开需要反编译的小程序。

![image-20210715172359880](readme.assets/image-20210715172359880.png)

将所有小程序打开后,直接在工具unpack目录下,执行python3 unpack.py即可。
最终结果保存在unpack\wxappUnpacker\wxapkg下

![image-20210715172547631](readme.assets/image-20210715172547631.png)

0 comments on commit e0b02c3

Please sign in to comment.