如何进行网站的宣传和推广,团购网站APP怎么做,模版网站商城,西宁网站怎么做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);
}然后抓包看看