当前位置:网站首页>微信小程序的反编译
微信小程序的反编译
2022-07-29 05:42:00 【一指流沙q】
千万不要直接使用电脑微信客户端里的wxapkg文件!
千万不要直接使用电脑微信客户端里的wxapkg文件!
千万不要直接使用电脑微信客户端里的wxapkg文件!
否则会报错: Error: Magic number is not correct!
第一步 :下载夜神模拟器
安装微信并登录,打开需要反编译的微信小程序后退出,然后执行以下操作



找到以下路径,就可以看见wxapkg为后缀的文件。导入到自己电脑
导入方法:夜神模拟器文件导出方法_欧晨eli的博客-CSDN博客
/data/data/com.tencent.mm/MicroMsg/{数字串}/appbrand/pkg/第二步 安装node.js和反编译脚本
node.js下载地址:下载 | Node.js (nodejs.org)
反编译脚本下载地址:GitHub - hs610/wxappUnpacker
node.js安装教程:Node.js详细安装教程(2021)_cheerileeyoki的博客-CSDN博客_node.js安装教程
进入反编译脚本目录下,安装以下依赖包,下载完依赖包,会多出一个node_modules目录
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第三步 反编译 .wxapkg 文件
D:\_163200311_32.wxapkg 是从夜神模拟器导入的wxapkg为后缀的文件
node .\wuWxapkg.js D:\_163200311_32.wxapkg
边栏推荐
- SS command details
- Condition 条件对象源码浅读
- 【论文阅读 | cryoET】Gum-Net:快速准确的3D Subtomo图像对齐和平均的无监督几何匹配
- Actual combat! Talk about how to solve the deep paging problem of MySQL
- 【冷冻电镜】RELION4.0之subtomogram对位功能源码分析(自用)
- Salesforce中过滤器Filter使用的相对日期
- Neuralcf neural collaborative filtering network
- 偏向锁、轻量级锁测试工具类级相关命令
- 多线程并发下的指令重排问题
- ECCV 2022丨轻量级模型架ParC-Net 力压苹果MobileViT代码和论文下载
猜你喜欢

Recurrent neural network RNN

线程 - 线程安全 - 线程优化

Hongke shares | how to test and verify complex FPGA designs (1) -- entity or block oriented simulation

【CryoEM】FSC, Fourier Shell Correlation简介

数据单位:位、字节、字、字长

Relationship between subnet number, host number and subnet mask

矩阵分解与梯度下降

阿里一面,给了几条SQL,问需要执行几次树搜索操作?

Understanding of access, hybrid and trunk modes

Shallow reading of condition object source code
随机推荐
崔雪婷老师最优化理论与方法课程笔记 00 写在前面
关于SQL Server语句入门级应用阶段性学习——找工作必备(一)
Unity探索地块通路设计分析 & 流程+代码具体实现
Why does 5g N2 interface control plane use SCTP protocol?
Teacher wangshuyao's notes on operations research course 10 linear programming and simplex method (discussion on detection number and degradation)
'function VTable for error: undefined reference to... 'cause and solution of the problem
finally 和 return 的执行顺序
MySQL: what happens in the bufferpool when you crud? Ten pictures can make it clear
Mutual conversion between Base64 and file
Difference between CNAME record and a record
Ping principle
Shallow reading of condition object source code
Execution sequence of finally and return
【冷冻电镜|论文阅读】A feature-guided, focused 3D signal permutation method for subtomogram averaging
Apisik health check test
JMM memory model concept
王树尧老师运筹学课程笔记 09 线性规划与单纯形法(单纯形表的应用)
线程 - 线程安全 - 线程优化
Thinkphp5 frequently asked questions
模拟卷Leetcode【普通】150. 逆波兰表达式求值