hook 2020-3-18 0:20 | 494 | 0 | JS逆向 103 字 | 5 分钟 无限debugger var _constructor = constructor; Function.prototype.constructor = function(s) { if (s == "debugger") { console.log(s); return null; } return _constructor(s); } //去除无…