PDF下载链接:http://bbs.pediy.com/attachment.php?attachmentid=83753&d=1382016529
Nanomite – Graphical Debugger for x64 and x86 on Windows
Affinic Debugger GUI for GDB(Windows/MaxOS/Linux)
Affinic Debugger GUI, aka. ADG, uses multiple document interface(MDI) design so that it can open multiple source viewers and one assembly code viewer. The surrounding docking widgets are fully movable and provides various functionality. They are console, stack, breakpoint, source list, watch, register and command pool widgets.
Ollydbg/Immdbg Mem Viewer Source Code
开头先说句废话,有的时候软件更新后发现越更新越烂了,操,比如opera的这次更新。
这个东西是这篇文章中的源代码:http://www.h4ck.org.cn/2012/10/memviewer-1-0-for-ollydbg-v1-0-and-immunity-debugger-v1-8x/
代码地址:http://code.google.com/p/ollydbg-mem-viewer/
下载地址:http://code.google.com/p/ollydbg-mem-viewer/downloads/list
MemViewer 1.0 for OllyDbg v1.0 and Immunity Debugger v1.8x
这个插件的功能,就是创建额外的内存窗口,以便同时查看多个不同地区内存的数据。虽然strongod提供了几个不同的内存地址切换的功能,但是不是非常直观,对于数据的变化也不便于进行实时观察,效果就是上图看得到的这个样子(Immunity Debugger v1.8x)。
功能以及改变:
1.绿色区域是新创建的内存个窗口,这个是没有边界的,不能进行拖放或者设置大小的操作。 2.将左侧的内存窗口的滚动条移到了左边,以便于区分。 3.可以创建其他类型的内存窗口 |