(function () {debugger;if(true) { var i = 100;}else { i = 10;}})();
分类:
编程语言 时间:
2014-09-26 20:41:58
阅读次数:
151
原来的代码:$('#checkAll').click(function(){ var current = $(this) $('.checkbox').each(function(){ debugger...
分类:
Web程序 时间:
2014-09-23 12:36:14
阅读次数:
193
AGDI DriversAGDI is an Application Program Interface (API) third-party developers can use to create hardware debugger drivers that interface directly ...
分类:
其他好文 时间:
2014-09-18 16:14:34
阅读次数:
2187
Winpdb is a platform independent graphical GPL Python debugger with support for remote debugging over a network, multiple threads, namespace modificat...
分类:
数据库 时间:
2014-09-17 18:36:24
阅读次数:
339
首先,在各个浏览器中,断点调试支持的最好的当然是Firefox,Firefox不仅可以使用Firebug调试页面js脚本,还可以用高级调试工具例如JavaScript Debugger (Venkman) 来调试Firefox扩展里的js。除此之外,Firefox还支持一些更为高级的断点调试、变量监...
分类:
编程语言 时间:
2014-09-13 14:28:15
阅读次数:
278
Components Debugger Interfaces / |--------------| / | VM | debuggee ...
分类:
其他好文 时间:
2014-09-10 22:17:11
阅读次数:
140
【文章作者】 :h_one【漏洞程序名称】:mplayer.exe【漏洞类型】 :缓冲区溢出【保护方式】 :safeseh+dep【操作平台】 : xp sp3【工具】 :windbg, immunity Debugger,mona等ps:这个程序是前两年xx比赛的题目,肯定有...
分类:
其他好文 时间:
2014-09-10 13:58:30
阅读次数:
466
目标软件:BlazeDVD Pro 版本号:7.0.0.0 系统:Windows xp,Win7,Win8 —————— 主要是Immunity Debugger mona.py插件的使用,此插件是Corelan Team的精品。设置mona.py工作路径: !mona config -set wo...
分类:
其他好文 时间:
2014-09-09 09:16:28
阅读次数:
720
我们有知道Immunity Debugger,OD调试器,在调试程序时会设断在OEP(修改第一个字节0xcc)。我在想,使用什么编程技术,代码可以在OEP前被执行。在网上找了些资料,在论坛上看到许多大牛,使用静态TLS做了好多有趣的事,今天自己也来终结下,,呵呵1. 什么是TLS?TLS是Threa...
分类:
其他好文 时间:
2014-09-04 14:33:29
阅读次数:
263
最近用Eclipse调试我的红米的时候,总是出现adb refused request: closed,而且调试一直停在waiting for debugger不动了,在网上搜了一下,有的说用adb kill-server然后再adb start-server,还有的说重启Eclipse或者重启电....
分类:
数据库 时间:
2014-09-03 11:06:26
阅读次数:
230