首页
社区
课程
招聘
[下载]Python Plugin 0.1 by 0x0c0de
发表于: 2008-7-10 19:19 6772

[下载]Python Plugin 0.1 by 0x0c0de

2008-7-10 19:19
6772
Python Plugin 0.1 by 0x0c0de

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.

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 97697
活跃值: (200759)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2
Update

1. Functions Disasminbyopcode and Disasmbackbyopcode are added
2. The example of use assembly function is added (asm.py)
3. The example of use Searchfileoffset is added (find_file_offset.py)
4. And some small corrections....
上传的附件:
2008-7-11 15:28
0
雪    币: 221
活跃值: (70)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
为何不直接使用ImmunityDebugger?
2008-8-21 09:55
0
游客
登录 | 注册 方可回帖
返回
//