当前位置:网站首页>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 --saveAfter 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
边栏推荐
- 6-22漏洞利用-postgresql数据库密码破解
- Getting Started with TextBlock Control Basic Tools Usage, Get Started
- t-sne 数据可视化网络中的部分参数+
- AVH Deployment Practice (1) | Deploying the Flying Paddle Model on Arm Virtual Hardware
- Unity中实现点选RenderTexture中的3D模型
- Foreign media right, apple on May be true in inventory
- Snake Project (Simple)
- WPF project - basic usage of controls entry, you must know XAML
- LeetCode_733_图像渲染
- MySQL数据库操作
猜你喜欢

C language "the third is" upgrade (mode selection + AI chess)

i.MX6ULL驱动开发 | 33 - NXP原厂网络设备驱动浅读(LAN8720 PHY)

Why don't you make a confession during the graduation season?

Browser's built-in color picker

对话庄表伟:开源第一课

tooltips使用教程(鼠标悬停时显示提示)

What is the difference between BI software in the domestic market?

The new BMW 3 Series is on the market, with safety and comfort

T - sne + data visualization parts of the network parameters

【TypeScript】深入学习TypeScript类型操作
随机推荐
11 pinia use
多主复制下处理写冲突(4)-多主复制拓扑
Precautions and solutions when SIGABRT error is reported
Linux查看redis版本(查看mongodb版本)
使用 GraphiQL 可视化 GraphQL 架构
Snake Project (Simple)
第05章 存储引擎【1.MySQL架构篇】【MySQL高级】
ansible学习笔记02
为什么黑客领域几乎一片男生?
11 pinia使用
Synchronized and volatile interview brief summary
【MySQL】Mysql范式及外键作用
MySQL数据库操作
Unity 之 图集属性详解和代码示例 -- 拓展一键自动打包图集工具
浏览器自带的拾色器
Single-cell sequencing workflow (single-cell RNA sequencing)
TextBlock控件入门基础工具使用用法,取上法入门
外媒所言非虚,苹果降价或许是真的在清库存
[Meetup Preview] OpenMLDB+OneFlow: Link feature engineering to model training to accelerate machine learning model development
The normal form of the database (first normal form, second normal form, third normal form, BCNF normal form) "recommended collection"