[调试]
文章平均质量分 76
jhonguy
这个作者很懒,什么都没留下…
展开
-
API Tracing by ollydbg
right click -> search for all intermodular calls --> right click --> set log break point on every commandif log function arguments radio button is greyed out analyse the exe or dll or module fir转载 2012-07-04 04:46:49 · 1201 阅读 · 0 评论 -
Step by Step of How TPTI-07-013 was Discovered
So one of our advisories, TPTI-07-013 went out today. The issue is a remote code execution in Borland Interbase 2007. This is an interesting target for us because we accidentally stumbled on it. The转载 2012-07-04 04:57:15 · 1015 阅读 · 0 评论 -
安装pydbg pydasm
安装pydbg pydasm http://netsec.ccert.edu.cn/bobo/2012/06/12/%e5%ae%89%e8%a3%85pydbg-pydasm/ pydbg是著名的基于python 实现的调试器,是作为著名的逆向架构paimei的调试框架发布的,其依赖于pydasm,同时这个pydasm库存在于libdasm中。整个安装过程还算顺利,主要是转载 2012-06-27 17:28:06 · 2391 阅读 · 0 评论 -
Pydbg track api
Pydbg is also a pure python based debugger. Pydbg is my favourite debugger, I use it in various automation tasks and it is extremely flexible and powerfulProblem Statement:We want to track Virtual转载 2012-06-28 15:55:21 · 770 阅读 · 0 评论 -
用于溢出漏洞研究的Socket服务端程序
备注 by jhonguy:char recvBuf[5000]={0}; recv(sockConn,recvBuf,5000,0); char sendBuf[10]={0}; sendBuf声明在recvBuf后,通常离ebp越远(当然这个也有可能不是这样,这要看编译器的处理,不过我用vc6编译的时候,是离ebp远的),要想覆盖到栈帧中的数据,这就需要给sendBuf复转载 2012-06-28 16:58:34 · 539 阅读 · 0 评论 -
windbg和vmware双机调试设置备忘
好久没有重新弄系统了,换了台笔记本需要重新搭建一堆的开发环境。之前逐渐做的设置很多都不记得了。这里对windbg和vmware双机调试环境搭建做一个简单的备忘这里vmware里目标系统是winxp,win7的设置是不一样的。1.设置windbg的符号路径,File -> symbol File Path 然后填入.;C:\Windows\symbols;SRV*C:\mysymbols原创 2012-12-25 16:35:33 · 2619 阅读 · 1 评论