mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-21 00:25:09 +08:00
代码更新
This commit is contained in:
parent
42e3efd137
commit
2a2e385bbf
20
zy-反调试/zy-反调试.md
Normal file
20
zy-反调试/zy-反调试.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
## 分类
|
||||||
|
### 显性
|
||||||
|
debugger
|
||||||
|
死循环(打开新页面,写你的历史记录,url)
|
||||||
|
写法:循环语句,无限制递归,两个方法相互调用
|
||||||
|
|
||||||
|
### 隐性(暗桩)
|
||||||
|
|
||||||
|
引向错误的逻辑
|
||||||
|
|
||||||
|
### 检测方法
|
||||||
|
|
||||||
|
按下f2的建,键盘监听
|
||||||
|
检测浏览器内外的高度差值
|
||||||
|
检测开发者人员工具变量是否为true
|
||||||
|
利用代码断点时间差
|
||||||
|
检测conslog调用的次数
|
||||||
|
利用toString
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user