当前位置:网站首页>2020 WeChat applet decompilation tutorial (can applet decompile source code be used)
2020 WeChat applet decompilation tutorial (can applet decompile source code be used)
2022-07-31 15:54:00 【Full stack programmer webmaster】
Hello everyone, meet again, I'm your friend Quanstack Jun.
The main realization of the article: Without further ado, let’s go directly to the process!
Step 1: Install node.js first Click to download
Step 2: Download again wxappUnpackerDecompile packageClick to download package
Step 3: Ensure that all the above are installed Computer command window: CMD run Step 2 Directory run Load node dependencies:
The command window copies the following yellow commands:
npm install uglify-es --savenpm install esprima --savenpm install css-tree --savenpm install cssbeautify --savenpm install vm2 --savenpm install uglify-es --savenpm install js-beautify --savenpm install escodegen --savenpm install cheerio --save
After installation
GetMini programapk package (hint: how to obtain a broken applet package requires additional software to cooperate with the Internet, which is not provided here)
Now there are two types
The first simple applet can be done at one time
The second type of large company applet (plug-in and subcontracting) requires 4 steps: follow the steps to continue
node wuWxapkg.js file path +wxapkg file unpackingnode wuConfig.js file path + app-config.jsonnode wuJs.js file path + app-service.js (or game.js app-wxss.js app-wxss.js in mini games)node wuWxml.js file path+node wuWxss.js file path +
Attention to details:
Compile the main package first node wuWxapkg.js -o -d -s=file address
xxxx.wxapkg file package
Recompile and subpackage node wuWxapkg.js -d -s=file address
xxxx.wxapkg subpackage
node wuWxml.js -m +
app-wxss.js
Re-execute: —————–"22
node wuConfig.js
node wuJs.js
node wuWxml.js [-m]
node wuWxss.js
node wuWxapkg.js [-o] [-d] [-s=
If you need to decompress subpackages, please decompress the main package first, and then execute node wuWxapkg.js [-d] -s=
Except for -d and -s, the consequences of coexistence of these directives are undefined (and, of course, not dangerous).
Publisher: Full-stack programmer, please indicate the source: https://javaforall.cn/127971.htmlOriginal link: https://javaforall.cn
边栏推荐
- Kubernetes原理剖析与实战应用手册,太全了
- 6-22漏洞利用-postgresql数据库密码破解
- i.MX6ULL驱动开发 | 33 - NXP原厂网络设备驱动浅读(LAN8720 PHY)
- hough变换检测直线原理(opencv霍夫直线检测)
- Character pointer assignment [easy to understand]
- 软件实现AT命令操作过程
- 单细胞测序流程(单细胞rna测序)
- Implementing DDD based on ABP
- The normal form of the database (first normal form, second normal form, third normal form, BCNF normal form) "recommended collection"
- Why is the field of hacking almost filled with boys?
猜你喜欢
随机推荐
The R language ggstatsplot package ggbarstats function visualizes bar charts, and adds hypothesis test results (including sample number, statistics, effect size and its confidence interval, significan
数据库的范式(第一范式,第二范式,第三范式,BCNF范式)「建议收藏」
SIGABRT 报错时的注意事项和解决方法
mongo进入报错
type of timer
npm安装时卡在sill idealTree buildDeps,npm安装速度慢,npm安装卡在一个地方不动
工程力学复习资料
【Meetup预告】OpenMLDB+OneFlow:链接特征工程到模型训练,加速机器学习模型开发
hough变换检测直线原理(opencv霍夫直线检测)
双边滤波加速「建议收藏」
【7.28】代码源 - 【Fence Painting】【合适数对(数据加强版)】
vb中如何连接mysql_vb怎么连接数据库「建议收藏」
11 pinia use
2.索引及调优篇【mysql高级】
字符串反转的实现方法总结「建议收藏」
Emmet 语法
ML.NET相关资源整理
Bilateral filtering acceleration "recommended collection"
Linux check redis version (check mongodb version)
「秋招系列」MySQL面试核心25问(附答案)