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

[下载]EDB Linux Debugger 0.9.3

2008-8-9 12:57
4676
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

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

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

这个页面有关于linux的调试器...
雪    币: 85242
活跃值: (198545)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2008-8-13 17:50
9
0
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
雪    币: 134
活跃值: (14)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
swlepus 2008-8-14 20:36
10
0
这个东西有潜力,作者终于又开动了。
希望持续下去,最好弄成UNIX通用的。
游客
登录 | 注册 方可回帖
返回