首页
社区
课程
招聘
[下载]PyFault 0.1
发表于: 2007-7-13 09:36 3688

[下载]PyFault 0.1

2007-7-13 09:36
3688
PyFault - 0.1a
--------------
Author: Justin Seitz <jms@bughunter.ca> - VDA Labs LLC.

PyFault is a python library aimed at fault injection scenarios in Win32 based applications. Currently it
only implements a DLL injection and ejection mechanism, but we aim to add more functionality to it,and
of course all requests are welcome.


Usage
-----

from pyfault import *

fault = pyfault()

pid = 1234

injected = fault.inject_dll("C:\injecteddll.dll",pid)

if injected == True:
print "We succesfully injected our DLL, gonna eject that business now."
ejected = fault.eject_dll("injecteddll.dll",pid)
print "Result of ejection: %s" % ejected




Included
---------

injecteddll.dll - this is a simple test DLL, it merely calls MessageBoxA() and outputs a message.


Requirements
------------

Python 2.4.x
ctypes (http://superb-east.dl.sourceforge.net/sourceforge/ctypes/ctypes-0.9.9.6.win32-py2.4.exe)


Contact
-------
Justin Seitz <jms@bughunter.ca>
Jared DeMott <jdemott@vdalabs.com>


DownLoad:
http://vdalabs.com/tools/pyfault-0.1a.zip

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

上传的附件:
收藏
免费 1
支持
分享
最新回复 (1)
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
2
看不明白
谁能用中文说明一下功能
以及用途啊
谢谢
2007-7-14 14:23
0
游客
登录 | 注册 方可回帖
返回
//