hook 无限debugger(猿人学第十四题)

2023-02-16,,,

猿人学第十四题

检测太多了,debugger  fiddler替换无法实现、置空也不行。推荐使用hook  Function原生的构造

var func_ = Function.prototype.constructor
Function.prototype.constructor = function(x){if(x === "debugger"){return {}} return func_(x)}

hook 无限debugger(猿人学第十四题)的相关教程结束。

《hook 无限debugger(猿人学第十四题).doc》

下载本文的Word格式文档,以方便收藏与打印。