当前位置:网站首页>Decompilation of wechat applet
Decompilation of wechat applet
2022-07-29 07:01:00 【One finger quicksand Q】
Never directly use the... In the wechat client of the computer wxapkg file !
Never directly use the... In the wechat client of the computer wxapkg file !
Never directly use the... In the wechat client of the computer wxapkg file !
Otherwise, an error will be reported : Error: Magic number is not correct!
First step : Download the night God Simulator
Download address : Nocturnal Android Simulator - Android simulator computer version download _ Android mobile game simulator _ Cell phone simulator _ Official website (yeshen.com)
Install wechat and log in , Open the wechat applet that needs to be decompiled and exit , Then do the following
Find the following path , You can see wxapkg A file with a suffix . Import to your computer
The import method : Night God simulator file export method _ Ou Chen eli The blog of -CSDN Blog
/data/data/com.tencent.mm/MicroMsg/{ Digital string }/appbrand/pkg/
The second step install node.js And decompile scripts
node.js Download address : download | Node.js (nodejs.org)
Decompile script download address :GitHub - hs610/wxappUnpacker
node.js Installation tutorial :Node.js Detailed installation tutorial (2021)_cheerileeyoki The blog of -CSDN Blog _node.js Installation tutorial
Enter the decompile script directory , Install the following dependency packages , Download the dependency package , One more node_modules Catalog
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install esprima
cnpm install css-tree
cnpm install cssbeautify
cnpm install vm2
cnpm install uglify-es
cnpm install js-beautify
cnpm install escodegen
cnpm install cheerio
The third step Decompile .wxapkg file
D:\_163200311_32.wxapkg It is imported from the night God simulator wxapkg A file with a suffix
node .\wuWxapkg.js D:\_163200311_32.wxapkg
边栏推荐
- C language memory stack and heap usage
- Summary of 2022 SQL classic interview questions (with analysis)
- Unity exploration plot access design analysis & process + code specific implementation
- Teacher wangshuyao's notes on operations research 06 linear programming and simplex method (geometric significance)
- 模拟卷Leetcode【普通】093. 复原 IP 地址
- 【论文阅读 | 冷冻电镜】RELION 4.0 中新的 subtomogram averaging 方法解读
- 【CryoEM】FSC, Fourier Shell Correlation简介
- 线程同步—— 生产者与消费者、龟兔赛跑、双线程打印
- 王树尧老师运筹学课程笔记 08 线性规划与单纯形法(单纯形法)
- Teacher Wu Enda machine learning course notes 01 introduction
猜你喜欢
ECCV 2022丨轻量级模型架ParC-Net 力压苹果MobileViT代码和论文下载
Apisik health check test
Unity探索地块通路设计分析 & 流程+代码具体实现
基于C语言设计的学籍管理系统
猜数字//第一次使用生成随机数
SSH免密登录-两台虚拟机建立免密通道 双向信任
Etcd principle
MySQL: what happens in the bufferpool when you crud? Ten pictures can make it clear
Thread synchronization - producers and consumers, tortoise and rabbit race, dual thread printing
Actual combat! Talk about how to solve the deep paging problem of MySQL
随机推荐
数据库使用psql及jdbc进行远程连接,不定时自动断开的解决办法
吴恩达老师机器学习课程笔记 00 写在前面
矩阵分解与梯度下降
5g service interface and reference point
基于C语言设计的学籍管理系统
IO stream - file - properties
分享一些你代码更好的小建议,流畅编码提搞效率
10 frequently asked JVM questions in interviews
Leetcode-592: fraction addition and subtraction
王树尧老师运筹学课程笔记 05 线性规划与单纯形法(概念、建模、标准型)
【解决方案】ERROR: lib/bridge_generated.dart:837:9: Error: The parameter ‘ptr‘ of the method ‘FlutterRustB
Security in quantum machine learning
崔雪婷老师最优化理论与方法课程笔记 00 写在前面
Not so simple singleton mode
数仓建模,什么是宽表?如何设计?好处与不足
IDEA找不到Database解决方法
【干货备忘】50种Matplotlib科研论文绘图合集,含代码实现
好文佳句摘录
谷歌零碎笔记之JWT(草稿)
Apisik health check test