首页
社区
课程
招聘
[ZT]PyDbgEng v0.5
发表于: 2007-3-22 11:35 4477

[ZT]PyDbgEng v0.5

2007-3-22 11:35
4477

Microsoft releases free and powerfull debugging tools for Windows. The packadge includes the well known 'WinDbg' debugger, which, at its core, runs on top the Windows debugging engine - dbgeng.dll.

DbgEng is a powerfull debugger engine. Its features include:

user mode debugging
kernel mode debugging
x86, x64 support
soft and hw breakpoints
symbol server
and more!

PyDbgEng is a Python Wrapper For Microsoft Debug Engine.




Wrapper for DebugCreate() API which creates IDebugClient COM interface.
Easy access to IDebugClient COM interface
Easy access to all other DbgEng COM interfaces via IDebugClient.QueryInterface()
Easy access to all DbgEng structs and enums.
Receive DbgEng events. Currently supported: IDebugEventCallbacks, IDebugOutputCallbacks



http://sourceforge.net/projects/pydbgeng

[课程]Android-CTF解题方法汇总!

收藏
免费 1
支持
分享
最新回复 (3)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
xp+sp1下可以用吗?
2007-3-29 11:15
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
多谢,我正想着是不是弄个python的插件,原来已经有开源的项目了
2007-3-30 01:02
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
感谢,谢谢了,
2007-3-30 07:51
0
游客
登录 | 注册 方可回帖
返回
//