Anti Anti-debugger

Stops most anti debugging implementations by JavaScript obfuscaters, and stops the console logs from being automatically cleared.

目前为 2022-02-15 提交的版本。查看 最新版本

作者
hacker09
评分
0 0 0
版本
1
创建于
2022-02-15
更新于
2022-02-15
大小
1.8 KB
许可证
暂无
适用于
所有网站
How to Install scripts? (Click here)

A short script to disable common anti debugger codes found in obfuscated JavaScripts. It will stop dynamically created functions from executing debugger expressions, and remove debugger expressions from detected statically defined functions.