首页
社区
课程
招聘
[ZT]PyDbgEng v0.4
发表于: 2007-2-28 18:18 2150

[ZT]PyDbgEng v0.4

2007-2-28 18:18
2150

About
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.

Features

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

Applications
Now that you have a scriptable debugger, here are some of the things you can do:

Fault Injection
Automatic Executable Unpacking
Application Fuzzing


Down:


http://sourceforge.net/projects/pydbgeng

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 1
支持
分享
最新回复 (1)
雪    币: 16
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
You have selected to download the PyDbgEng_v04 release.
2007-2-28 18:33
0
游客
登录 | 注册 方可回帖
返回
//