x64_dbg是 Windows 下的 32/64 位調(diào)試器,類似 ollydbg。軟件為英文,由于采用 QT 平臺編寫,漢化時會導(dǎo)致部分出現(xiàn)亂碼。熟悉 ollydbg 調(diào)試工具的應(yīng)該很容易上手。整體前景比較樂觀,功能有待更強。
x64_dbg 中文版功能
開源
直觀和熟悉的新用戶界面
類似C的表達式解析器
DLL和EXE文件的全功能調(diào)試(TitanEngine)
IDA般的側(cè)邊欄與跳躍箭頭
IDA樣的指令令牌高亮(高亮寄存器等)
存儲器映射
符號觀
線程視圖
內(nèi)容敏感的注冊查看
完全可定制的配色方案
動態(tài)識別模塊和串
進口重構(gòu)集成(青蟹)
快反匯編(BeaEngine)
用戶數(shù)據(jù)庫(JSON)征求意見,標簽,書簽等。
不斷增長的API插件的支持
可擴展的,可調(diào)試的腳本語言自動化
多數(shù)據(jù)類型的內(nèi)存轉(zhuǎn)儲
基本調(diào)試符號(PDB)的支持
動態(tài)堆棧視圖
內(nèi)置匯編(XEDParse)
查看你的補丁,并將它們保存到磁盤
內(nèi)置的十六進制編輯器
查找內(nèi)存模式
x64_dbg 概述
積極發(fā)展
x64_dbg正在不斷的積極發(fā)展。
GPLv3
我們同時提供了可執(zhí)行文件和源代碼。隨意作出貢獻。
自定義
C ++編寫的插件,改變顏色和調(diào)整你的喜好。
X64/X32支持
x64_dbg可以調(diào)試x64和X32的應(yīng)用程序。只有一個接口。
建立在開源庫
x64_dbg使用的Qt,TitanEngine,BeaEngine,青蟹,楊松,LZ4和XEDParse。
操作簡單,功能強大的開發(fā)
x64_dbg使用C ++和Qt4的快速添加新的功能。
腳本化
x64_dbg有一個集成的,可調(diào)試,ASM-like腳本語言。
社區(qū)意識
x64_dbg有許多功能的倒車社會思想或創(chuàng)建的。
伸縮
編寫插件來添加腳本命令或集成的工具。
更新說明
resolved a crash when scrolling up in the dump
resolved reference view not following in disasm correctly
resolved losing settings
fixed a crash with a critical section initialized multiple times
added secret option to disable database compression
various ui improvements
allow ‘jmp short’
fixed hardware breakpoints
disasm/dump/stack plugin menu api
display the number of bytes selected and the module in dump
added topmost option
fixed TLS callbacks on DLLs
show reference count in reference window
fixed possible buffer overflows
added a close all button in the reference view to close all tabs
fixed a bug with a non-refreshed memory map on start
report bug button
update hex when editing ascii/unicode in HexEditDialog
settings dialog now scales
fixed importing patches
thread-safe dbghelp access (could fix some crashes)
Yara pattern finding support
resolved an issue where toggling patches did not toggle the actual bytes
data copy dialog in various formats (C byte/word/dword/string/unicode)
dynamic ‘Find references to’ menu in disassembler (auto-detects constants)
added find references option to the dump (also works with a range selection)
show what was searched for in reference tab title
RegEx support in SearchListView
x64_dbg 已添加簡體中文,包含 32 和 64 位版本。