yyjpcx 发表于 2014-2-27 20:03:44

DBG 调试器 V17

本帖最后由 yyjpcx 于 2014-6-2 17:49 编辑



[*]

[*]This is a x64/x32 debugger that is currently in active development.
[*]

[*]The debugger has (currently) three parts:
[*]- DBG
[*]- GUI
[*]- Bridge
[*]

[*]DBG is the debugging part of the debugger. It handles debugging (using
[*]TitanEngine) and will provide data for the GUI.
[*]

[*]GUI is the graphical part of the debugger. It is built on top of Qt and it
[*]provides the user interaction, the dump window (not yet implemented), the
[*]disassembly, the register window, the memory map view, the log view etc.
[*]

[*]Bridge is the communication library for the DBG and GUI part (and maybe in
[*]the future more parts). The bridge can be used to work on new features,
[*]without having to update the code of the other parts.
[*]

[*]>Features:
[*]- variables (with regard to the upcoming script feature)
[*]- basic calculations (var*@401000+.45^4A)
[*]- hide debugger (very basic)
[*]- software breakpoints (INT3, LONG INT3, UD2)
[*]- memory breakpoints (read, write, execute)
[*]- hardware breakpoints (access, write, execute)
[*]- stepping (into, over, n instructions)
[*]- rtr (return from function)
[*]- memory allocation/deallocation in the debuggee
[*]- quickly accessing API addresses (GetProcAddress->76E13620)
[*]- highlighting (not yet customizable, but really helpful)
[*]- memory map
[*]- basic module labeling
[*]- import reconstruction (plugin using Scylla)
[*]- drag&drop files
[*]- goto window
[*]- register/flags view with editing support
[*]- quite fast working in really big code pages (tested up to 5GB)
[*]- GUI hotkeys
[*]- dynamic jump arrow (just like OllyDbg)
[*]- user databases for labels/comments/breakpoints/bookmarks (*.dd64 or *.dd32 files)
[*]- easy context menu in disassembly (to set breakpoints etc)
[*]- plugin support
[*]- (manual) function analysis
[*]- easily follow calls/jumps/ret (press ENTER in when selecting)
[*]- (buggy) dynamic commenting
[*]- scripting support (using the debugger commands)!
[*]- simple dump
[*]- symbols (+ exports) view with search
[*]

[*]>Known bugs:
[*]- memory breakpoints sometimes fail (TitanEngine bug)
[*]

[*]>Last words:
[*]The debugger core is based on TitanEngine (an updated version,
[*]https://bitbucket.org/mrexodia/titanengine-update)
[*]

[*]Disassembly powered by BeaEngine (http://beaengine.org/).
[*]

[*]The icon is taken from VisualPharm (http://www.visualpharm.com/)
[*]

[*]>Special thanks:
[*]- acidflash
[*]- Ahmadmansoor
[*]- cyberbob
[*]- Teddy Rogers
[*]- EXETools community
[*]- Tuts4You community
[*]- DMichael
[*]- Sorry if I forgot you!
[*]

[*]>Lead developers:
[*]- Mr. eXoDia
[*]- Sigma




链接: http://pan.baidu.com/s/1mgNsOfm 密码: anqu


cxj98 发表于 2014-2-27 20:47:22

这还最新,去年都有了。看来大牛火星了。

yyjpcx 发表于 2014-2-27 23:28:39

cxj98 发表于 2014-2-27 20:47
这还最新,去年都有了。看来大牛火星了。


不知道你看见没有

qinccckencn 发表于 2014-3-2 01:32:32

呵呵,对于我来讲就是新的,谢谢了

1552759476@ 发表于 2014-3-2 09:32:23

快速。飘云阁十周年,真的是很好的事情!不懂,还是要学习下

cjteam 发表于 2014-4-21 21:39:11

收一个吧

mod5689 发表于 2014-4-28 11:15:54

十年,我要在下一个十年仍然在论坛

sndncel 发表于 2014-5-12 12:20:52

mod5689 发表于 2014-4-28 11:15
十年,我要在下一个十年仍然在论坛

支持一下呀。今天刚看到这个论坛呀。感觉很不错呀。以后就在这混了呀。哈哈。

Dxer 发表于 2014-6-3 13:15:20

{:loveliness:}谢谢大侠了。收藏了。
页: [1]
查看完整版本: DBG 调试器 V17