var _push = Array.prototype.push
Array.prototype.push=function(){
if(typeof arguments[0]==="string"){
console.log("hook array");
_push.apply(this,arguments)
}
}
可以在破解验证码的时候,定位轨迹使用,一般估计会是一个列表。
var _push = Array.prototype.push
Array.prototype.push=function(){
if(typeof arguments[0]==="string"){
console.log("hook array");
_push.apply(this,arguments)
}
}
可以在破解验证码的时候,定位轨迹使用,一般估计会是一个列表。
下一篇:nginx负载均衡-笔记
Hook 中文译为钩子,Hook 实际上是 Windows 中提供的一种用以替换 DOS 下“中断”的系统机制,Hook 的概念在 Windows 桌面软件开发很常见,特别
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M