首页
社区
课程
招聘
[ZT]ODbgScript 1.28 by E3
发表于: 2005-11-27 14:55 4260

[ZT]ODbgScript 1.28 by E3

2005-11-27 14:55
4260
转自:ARTeam

ODbgScript is a plugin for OllyDbg, which is, in my opinion,
the best application-mode debugger out there. One of the best
features of this debugger is the plugin architecture which allows
users to extend its functionality. ODbgScript is a plugin
meant to let you automate OllyDbg by writing scripts in an
assembly-like language. Many tasks involve a lot of repetitive
work just to get to some point in the debugged application. By
using my plugin you can write a script once and for all.

http://e3.epsylon.org/olly/ODbgScript.1.28.VC6.rar

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

收藏
免费 1
支持
分享
最新回复 (16)
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2
ODbgScript 1.29

http://e3.epsylon.org/olly/ODbgScript.1.29.VC6.rar
2005-12-4 16:44
0
雪    币: 817
活跃值: (1927)
能力值: ( LV12,RANK:2670 )
在线值:
发帖
回帖
粉丝
3
thx to linhanshi~~
2005-12-4 17:07
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
4
ODbgScript.1.30.VC6.rar

附件:odbgscript.1.30.vc6.rar
2005-12-5 01:17
0
雪    币: 228
活跃值: (25)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
thank you
2005-12-5 09:32
0
雪    币: 370
活跃值: (15)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
6
!   G:\TMP\odbgscript.1.30.vc6(1).rar: 文件“U?北晖繁黄苹
!   G:\TMP\odbgscript.1.30.vc6(1).rar: 不可预料的档案文件末端

下载好几遍了,都解压出错
2005-12-5 09:48
0
雪    币: 61
活跃值: (160)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
7
THX!!
2005-12-5 10:04
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
8
1.31 (05 Dec 2005)
+ Added support of operators in pointers ex: [eax+1]
+ Added support of operator + for strings
+ Decimal values are now supported, with the point (ex: 102.)
+ Variables Menu in Script Window to show/edit variables
+ Edit Script Command in Script Window Context Menu
# Modified script window hotkeys, and added Pause

附件:odbgscript.1.31.vc6.rar
2005-12-6 13:02
0
雪    币: 817
活跃值: (2063)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
9
最初由 linhanshi 发布
1.31 (05 Dec 2005)
+ Added support of operators in pointers ex: [eax+1]
+ Added support of operator + for strings
+ Decimal values are now supported, with the point (ex: 102.)
+ Variables Menu in Script Window to show/edit variables
........


文件才12.1K ,是不是搞错了,林版??
2005-12-7 11:32
0
雪    币: 3511
活跃值: (4037)
能力值: (RANK:215 )
在线值:
发帖
回帖
粉丝
10
1.34也出来了。
2005-12-7 13:04
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
11
好像有问题的说
2005-12-7 16:05
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
12
ODbgScript.1.34.VC6.rar

附件:odbgscript.1.34.vc6.rar
2005-12-7 16:06
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
13
1.35 (12 Dec 2005)
+ Added maxsize optional third parameter to mov Command
+ Added Clear Log Command
+ Enhanced Support of "dump" variables
# fixed some log problems

http://e3.epsylon.org/olly/ODbgScript.1.35.VC6.rar
2005-12-18 13:25
0
雪    币: 235
活跃值: (160)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
JiP
14
辛苦了。。。

http://e3.epsylon.org/olly/ODbgScript.1.37.VC6.rar
2005-12-19 15:17
0
雪    币: 215
活跃值: (11)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
15
我调试 COOL for XP.exe 时,用脚本aspack_212.txt 分别进行测试了一下ODbgScript 1.29和ODbgScript 1.37,结果却发现脚本窗口显示数据信息不一样(见附图)。不知是否是ODbgScript 1.35版存在的bug,ODbgScript 1.29以上版本好像均是如此。
ODbgScript 1.29:

ODbgScript 1.37:
2005-12-19 16:23
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
16
1.38 (19 Dec 2005)
+ Added optional LOG command parameter to set log prefix, "" to disable
+ Added LC to clear main log window
# Fixed hex buffer variables, and big mov,<dword> bug
# Script cursor is now normal
# LCLR command clears now the script log only
# (internal) added backup system for sources in post-link batch

http://e3.epsylon.org/olly/ODbgScript.1.39.VC6.rar
2005-12-21 11:28
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
17
1.41 (21 Dec 2005)
+ Support for Integer operands in Float Operations (first operand need to be a float)
+ Added Edit Variable dialog for Float vars
# log default type (pointers) is set to DW, was Float in 1.40
# enhanced focus with Ollydbg breakpoints

http://e3.epsylon.org/olly/ODbgScript.1.41.VC6.rar
2005-12-23 12:20
0
游客
登录 | 注册 方可回帖
返回
//