当前位置:网站首页>Reverse repackaging of wechat applet
Reverse repackaging of wechat applet
2022-07-06 02:47:00 【uiop_ uiop_ uiop】
After unpacking the decompiled applet in the previous blog post , Click the debugger in the wechat developer tool , choice Console tab , It is found that the preview interface on the left is blank , Although the real machine debugging can have a display , But the real machine preview is also blank as the interface on the left . And then I found out Console Display inside :
app.js error : TypeError: _typeof3 is not a function
Check the data to find
@babel/runtime/helpers/typeof.js
The original document is :
// Here is the problematic program
function _typeof(o) {
return "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? module.exports = _typeof = function(o) {
return typeof o;
} : module.exports = _typeof = function(o) {
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
}, _typeof(o);
}
module.exports = _typeof;Replace all contents in this file with the following :
function _typeof2(o) {
"@babel/helpers - typeof";
return (_typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
return typeof o;
} : function(o) {
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
})(o);
}
function _typeof(o) {
return "function" == typeof Symbol && "symbol" === _typeof2(Symbol.iterator) ? module.exports = _typeof = function(o) {
return _typeof2(o);
} : module.exports = _typeof = function(o) {
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : _typeof2(o);
}, _typeof(o);
}
module.exports = _typeof;After that, the preview is successful .
边栏推荐
- Zhang Lijun: penetrating uncertainty depends on four "invariants"
- Thinking on Architecture Design (under continuous updating)
- Follow the mouse's angle and keyboard events
- Solve 9 with C language × 9 Sudoku (personal test available) (thinking analysis)
- Briefly describe the implementation principle of redis cluster
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 20
- 2022.02.13
- After changing the GCC version, make[1] appears in the compilation: cc: command not found
- High number_ Vector algebra_ Unit vector_ Angle between vector and coordinate axis
- Apt installation ZABBIX
猜你喜欢

GifCam v7.0 极简GIF动画录制工具中文单文件版

Solution: attributeerror: 'STR' object has no attribute 'decode‘

【 kubernets series】 a Literature Study on the Safe exposure Applications of kubernets Service

微软语音合成助手 v1.3 文本转语音工具,真实语音AI生成器

不赚钱的科大讯飞,投资价值该怎么看?

Taobao focus map layout practice

#PAT#day10

Déduisez la question d'aujourd'hui - 729. Mon emploi du temps I

【若依(ruoyi)】启用迷你导航栏

Sword finger offer 29 Print matrix clockwise
随机推荐
Microservice registration and discovery
Sword finger offer 30 Stack containing min function
Referenceerror: primordials is not defined error resolution
Introduction to robotframework (I) brief introduction and use
淘宝焦点图布局实战
What should we pay attention to when using the built-in tool to check the health status in gbase 8C database?
CSP numeric sort
Thinking on Architecture Design (under continuous updating)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 11
MySQL winter vacation self-study 2022 11 (7)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9
Large scale DDoS attacks take Myanmar offline
Microsoft speech synthesis assistant v1.3 text to speech tool, real speech AI generator
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 12
Fault analysis | analysis of an example of MySQL running out of host memory
主数据管理(MDM)的成熟度
微服务间通信
故障分析 | MySQL 耗尽主机内存一例分析
MySQL advanced notes
2.11 simulation summary