当前位置:网站首页>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 .
边栏推荐
- Template_ Quick sort_ Double pointer
- 1. Dynamic parameters of function: *args, **kwargs
- ReferenceError: primordials is not defined错误解决
- SQL table name is passed as a parameter
- 张丽俊:穿透不确定性要靠四个“不变”
- 微服务间通信
- PMP每日一练 | 考试不迷路-7.5
- Dachang image library
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18
- 主数据管理(MDM)的成熟度
猜你喜欢
【若依(ruoyi)】设置主题样式
High number_ Vector algebra_ Unit vector_ Angle between vector and coordinate axis
【Unity3D】GUI控件
2022.02.13
Maturity of master data management (MDM)
Deeply analyze the chain 2+1 mode, and subvert the traditional thinking of selling goods?
4. File modification
主数据管理理论与实践
Referenceerror: primordials is not defined error resolution
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 17
随机推荐
[ruoyi] ztree custom icon (iconskin attribute)
微服务注册与发现
A doctor's 22 years in Huawei
Microservice registration and discovery
有沒有sqlcdc監控多張錶 再關聯後 sink到另外一張錶的案例啊?全部在 mysql中操作
MySQL winter vacation self-study 2022 11 (7)
How to read excel, PDF and JSON files in R language?
How to improve the enthusiasm of consumers when the member points marketing system is operated?
Solve 9 with C language × 9 Sudoku (personal test available) (thinking analysis)
Function knowledge points
Taobao focus map layout practice
Six stone management: why should leaders ignore product quality
Httprunnermanager installation (III) - configuring myql Database & initialization data under Linux
Reset nodejs of the system
MySQL winter vacation self-study 2022 11 (8)
Pat grade a 1033 to fill or not to fill
tcpdump: no suitable device found
一个复制也能玩出花来
Patch NTP server at the beginning of DDoS counterattack
PMP practice once a day | don't get lost in the exam -7.5