x64dbg|x64_dbg 2023-02-23中文版 Windows 下的 32/64 位调试器
x64_dbg 是 Windows 下的 32/64 位调试器,类似 ollydbg。软件为英文,由于采用 QT 平台编写,汉化时会导致部分出现乱码。熟悉 ollydbg 调试工具的应该很容易上手。整体前景比较乐观,功能有待更强。x64dbg,反汇编逆向神器,免费开源x32/x64位动态调试器,适用Windows平台的专业程序调试器,软件原生支持中文界面和插件,其界面及操作方法与OllyDbg调试工具类似,知识兔支持类似C的表达式解析器、全功能的DLL和EXE文件调试、IDA般的侧边栏与跳跃箭头、动态识别模块和串、快反汇编、可调试的脚本语言自动化等多项实用分析功能。x64dbg调试器主要分为三部分载体:DBG 是调试器的调试部分,它处理调试技术(使用的 TitanEngine),并为GUI分享数据。GUI 是调试器的图形部分,它建立在Qt上,并分享用户交互界面。Bridge 是DBG和GUI部分的通信库,它可以用于在新建功能上工作,而无需更新代码的其它部分。
概述
积极发展
x64_dbg正在不断的积极发展。GPLv3
知识兔同时分享了可执行文件和源代码。随意作出贡献。自定义
C ++编写的插件,改变颜色和调整你的喜好。X64/X32支持
x64_dbg可以调试x64和X32的应用程序。只有一个接口。建立在开源库
x64_dbg使用的Qt,TitanEngine,BeaEngine,青蟹,杨松,LZ4和XEDParse。操作简单,功能强大的开发
x64_dbg使用C ++和Qt4的快速添加新的功能。脚本化
x64_dbg有一个集成的,可调试,ASM-like脚本语言。社区意识
x64_dbg有许多功能的倒车社会思想或创建的。伸缩
编写插件来添加脚本命令或集成的工具。
更新日志
x64_dbg 2.4 Alpha 更新日志 resolved a crash when scrolling up in the dumpresolved reference view not following in disasm correctlyresolved losing settingsfixed a crash with a critical section initialized multiple timesadded secret option to disable database compressionvarious ui improvementsallow ??jmp short??fixed hardware breakpointsdisasm/dump/stack plugin menu apidisplay the number of bytes selected and the module in dumpadded topmost optionfixed TLS callbacks on DLLsshow reference count in reference windowfixed possible buffer overflowsadded a close all button in the reference view to close all tabsfixed a bug with a non-refreshed memory map on startreport bug buttonupdate hex when editing ascii/unicode in HexEditDialogsettings dialog now scalesfixed importing patchesthread-safe dbghelp access (could fix some crashes)Yara pattern finding supportresolved an issue where toggling patches did not toggle the actual bytesdata 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 titleRegEx support in SearchListViewa
x64_dbg 2.4 Alpha 更新日志 resolved a crash when scrolling up in the dumpresolved reference view not following in disasm correctlyresolved losing settingsfixed a crash with a critical section initialized multiple timesadded secret option to disable database compressionvarious ui improvementsallow ??jmp short??fixed hardware breakpointsdisasm/dump/stack plugin menu apidisplay the number of bytes selected and the module in dumpadded topmost optionfixed TLS callbacks on DLLsshow reference count in reference windowfixed possible buffer overflowsadded a close all button in the reference view to close all tabsfixed a bug with a non-refreshed memory map on startreport bug buttonupdate hex when editing ascii/unicode in HexEditDialogsettings dialog now scalesfixed importing patchesthread-safe dbghelp access (could fix some crashes)Yara pattern finding supportresolved an issue where toggling patches did not toggle the actual bytesdata 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 titleRegEx support in SearchListView
简体中文修订说明:王苏 2020.06.22 1. 为帮助用户更好地了解 x64dbg 反汇编后的 CPU 汇编指令信息,对汇编指令的”助记符摘要”全部进行了汉化。由于本次更新幅度较大,更改的内容较多,所以对”助记符帮助”进行了部分汉化。汇编指令的汉化参考了”清华大学出版社”出版的《汇编语言程序设计教程》(第4版) 中术语,因此可能与其他软件的汉化术语略有不同。2. 对 Scylla 插件等进行了全面汉化。3. 对 x64dbg 帮助文档的主要内容进行了汉化,并按照最新版进行了修订、翻译。对界面字体以及布局重新进行了设置。将默认调用在线英文帮助更改为调用本地的中文帮助文件。4. 对 x64dbg 官方中文版的汉化错误及不一致处进行了修订,并与帮助文档的关键词进行了统一。5. 对中文版界面字体进行了重新设置,使其更为美观。
下载仅供下载体验和测试学习,不得商用和正当使用。