当前位置:网站首页>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 .
边栏推荐
- Atcoder beginer contest 233 (a~d) solution
- Thinking on Architecture Design (under continuous updating)
- [Yu Yue education] basic reference materials of digital electronic technology of Xi'an University of Technology
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 15
- 米家、涂鸦、Hilink、智汀等生态哪家强?5大主流智能品牌分析
- Advanced technology management - what is the physical, mental and mental strength of managers
- 有没有完全自主的国产化数据库技术
- RobotFramework入门(一)简要介绍及使用
- Pat 1046 shortest distance (20 points) simulation
- After changing the GCC version, make[1] appears in the compilation: cc: command not found
猜你喜欢
米家、涂鸦、Hilink、智汀等生态哪家强?5大主流智能品牌分析
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18
Shell脚本更新存储过程到数据库
【Unity3D】GUI控件
主数据管理理论与实践
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 21
Httprunnermanager installation (III) - configuring myql Database & initialization data under Linux
Introduction to robotframework (III) Baidu search of webui automation
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 14
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 12
随机推荐
[untitled] a query SQL execution process in the database
Pat 1046 shortest distance (20 points) simulation
Technology sharing | what if Undo is too big
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 24
How to improve the enthusiasm of consumers when the member points marketing system is operated?
Fault analysis | analysis of an example of MySQL running out of host memory
张丽俊:穿透不确定性要靠四个“不变”
深度解析链动2+1模式,颠覆传统卖货思维?
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 12
MySQL winter vacation self-study 2022 11 (6)
I changed the driver to 5.1.35, but it is still the same error. I can succeed even now, but I will report this every time I do an SQL operation
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 11
全国大学生信息安全赛创新实践赛初赛---misc(永恒的夜)
Dachang image library
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9
Template_ Find the reverse pair of permutations_ Sort based on merge
Differences and usage scenarios between TCP and UDP
Large scale DDoS attacks take Myanmar offline
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18
MySQL winter vacation self-study 2022 11 (8)