Hmily 发表于 2010-10-25 16:56

EDB Linux Debugger 0.9.16




EDB Linux Debugger 0.9.16 by Evan Teran

October 20, 2010


Features
* Intuitive GUI interface
* The usual debugging operations (step-into/step-over/run/break)
* Conditional breakpoints
* Debugging core is implemented as a plugin so people can have drop in replacements. Of course if a given platform has several debugging APIs available, then you may have a plugin that implements any of them.
* Basic instruction analysis
* View/Dump memory regions
* Effective address inspection
* The data dump view is tabbed, allowing you to have several views of memory open at the same time and quickly switch between them.
* Importing of symbol maps
* Plugins
o Search for binary strings
o Code Bookmarks
o Breakpoint management
o Check for updates
o Environment variable viewer
o Heap block enumeration
o Opcode search engine plugin has basic functionality (similar to msfelfscan/msfpescan)
o Open file enumeration
o Reference finder
o String searching (like strings command in *nix)

One of the main goals of this debugger is isolation of the debugger core from the display you see. The interface is written in QT4 and thus source portable to many platforms. The debugger core is actually a plugin and the platform specific code is isolated to just a few files, porting to a new OS would require porting these few files and implementing a plugin which implements the "DebuggerCoreInterface" interface. Also, because the plugins are based on the QPlugin API, and do their work through the DebuggerCoreInterface object, they are almost always portable with just a simple recompile. So far, the only plugin I have written which would not port with just a recompile is the heap analysis plugin, due to it's highly system specific nature.

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

jonny_yue 发表于 2010-10-25 17:07

真不好意思又抢到沙发了~~~嘿嘿研究下做什么的

langnianvip 发表于 2010-10-25 17:42

这是什么?

斜雨孤泪 发表于 2010-10-25 18:12

这是一个反编译软件吧,还是斑竹自己做的是吗?

蛋vs壳 发表于 2010-10-25 18:29

没用过在linux 下的反编译

lsslsslss888 发表于 2010-10-26 13:17

用了一下下,效果挺不错的,谢谢了

1314rinoa 发表于 2011-5-7 22:16

这个东西还没有试过。

ok2546163 发表于 2013-4-24 00:54

如何安装呀楼主,找了好久没解决这个问题
页: [1]
查看完整版本: EDB Linux Debugger 0.9.16