设计建设网站公司哪家好,seo咨询茂名,汕头网站优化电话,广告词文章目录 题目地址参数分析参考jspython 调用往期逆向文章推荐题目地址
https://match.yuanrenxue.cn/match/14题目难度标的是困难,主要难在js混淆部分。
参数分析
初始抓包有无限debugger反调试,可以直接hook 函数构造器过掉无限debugger
Function.prototype.__construc… 文章目录 题目地址参数分析参考jspython 调用往期逆向文章推荐 题目地址
https://match.yuanrenxue.cn/match/14题目难度标的是困难,主要难在js混淆部分。
参数分析
初始抓包有无限debugger反调试,可以直接hook 函数构造器过掉无限debugger
Function.prototype.__constructor_back = Function.prototype.constructor;
Function.prototype.constructor = function() {if(arguments typeof arguments[0]==='string'){if("debugger" === arguments[0]){return }}return Function.prototype.__constructor_back.apply(this,arguments);
}然后抓包看看