首页
社区
课程
招聘
[转帖]Python Plugin 0.1
发表于: 2008-7-12 13:37 8154

[转帖]Python Plugin 0.1

2008-7-12 13:37
8154
Python Plugin 0.1
Author:0x0c0de
_h**p://www.tuts4you.com/forum/index.php?showtopic=16465

This plugin allows you to use Python scripts within OllyDbg. Python 2.5 must be installed for the plugin to work correctly.

Installation instructions (after installing Python 2.5):

1. Copy ODBG_pyth.py and ollylib.py to \Python25\Lib
2. Copy _ODBG_pyth.pyd to \Python25\DLLs
3. Copy Python_Int.dll to your OllyDbg plugin directory

An example binary is included to test out the functionality of the plugin with example Python scripts. Load "example.exe" in to OllyDbg and run any of the example Python scripts found in the examples directory.

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

上传的附件:
收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2
_http://bbs.pediy.com/showthread.php?t=68254
2008-7-12 14:11
0
雪    币: 1309
活跃值: (232)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
脚本好,有源码更好
2008-7-13 08:48
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
Python Plugin 0.3

This plugin allows you to use Python scripts within OllyDbg. Python 2.5 must be installed for the plugin to work correctly.

Installation instructions (after installing Python 2.5):

1. Copy ODBG_pyth.py and ollylib.py to \Python25\Lib
2. Copy _ODBG_pyth.pyd to \Python25\DLLs
3. Copy Python_Int.dll to your OllyDbg plugin directory

An example binary is included to test out the functionality of the plugin with example Python scripts. Load "example.exe" in to OllyDbg and run any of the example Python scripts found in the examples directory.
上传的附件:
2008-7-20 23:54
0
游客
登录 | 注册 方可回帖
返回
//