首页
社区
课程
招聘
[下载]EDB Linux Debugger 0.9.3
发表于: 2008-8-9 12:57 4867

[下载]EDB Linux Debugger 0.9.3

2008-8-9 12:57
4867
EDB Linux Debugger 0.9.3

2008-08-08
----------

* Ouch, another bug fix. At least this time it was a failed assert. Basically
During my last fix, I forgot that reads can and will fail if done while the
debugee is running. I have added code to special case this and handle it more
correctly. (Which is of course how it used to act in the first place).

2008-08-04
----------

* made plugins.pri smarter with library location. For 64-bit builds it will
default to $prefix/lib64/edb/

enjoy

http://www.codef00.com/projects.php#Debugger

proxy


http://www.codef00.com/projects/debugger-0.9.3.tgz

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

收藏
免费 1
支持
分享
最新回复 (9)
雪    币: 237
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
安装的环境是什么?
2008-8-10 17:47
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
EDB Linux Debugger 0.9.3
2008-8-10 18:50
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
谢谢,不错得工具~!
2008-8-10 22:02
0
雪    币: 237
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
我在linux redhat 4 As +qt4下装不了的。
2008-8-11 13:16
0
雪    币: 318
活跃值: (158)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
正打算学习一下linux下面的反编译,留个工具试用!谢谢版主
2008-8-11 20:45
0
雪    币: 207
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
好东西。。
2008-8-11 22:57
0
雪    币: 609
活跃值: (456)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
8
http://ubuntuforums.org/showthread.php?t=608123&highlight=ollydbg

这个页面有关于linux的调试器...
2008-8-11 23:12
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
9
EDB Linux Debugger  0.9.4

This time it's a two version bump to 0.9.4 since I was notified of some x86-64 compilation issues in the last version. Plus I've added a few things.

2008-08-12
----------

* Sped up analysis by avoiding redundant function analysis. It still isn't
blazing fast, but is significantly better.

* Fixed a few previously missed 64-bit portability issues.
(toULong -> toULongLong). They were minor, but all of this type should be
resolved.

* Added a symbol viewer plugin. Double click to see a symbol's value in the
the current data view. Eventually, I'll add a context menu to make it
so you can view it in the code view too depending on the type.

2008-08-11
----------

* Continued to make improvements to analyzer. It is more accurate, but also
slower at the moment. I will look into good ways to speed it up.

2008-08-10
----------

* Fixed some compilation issues on x86-64. Thanks to Stephan Hegel for working
with me to make sure that x86-64 users have a functioning EDB.

* Reworked analysis to have a higher initial favoritism towards findings
functions by recursivly tracing known functions
(symbols/main/entry point, etc). This will make the analysis more accurate
though it does have the side effect of making "percentage complete" at lot
less meaningful since while it will always stop, the number of iterations
during analysis is indefinite.

2008-08-09
----------

* Seems that <QtGlobal> needed to be included in QDisassemblyView.cpp for x86-64
targets. Simple fix, but it broke compilation for some platforms so I'm going
to make a release for it.

enjoy


http://www.codef00.com/projects.php#Debugger


http://www.codef00.com/projects/debugger-0.9.4.tgz
2008-8-13 17:50
0
雪    币: 134
活跃值: (14)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
10
这个东西有潜力,作者终于又开动了。
希望持续下去,最好弄成UNIX通用的。
2008-8-14 20:36
0
游客
登录 | 注册 方可回帖
返回
//