当前位置: 首页 > 微软应用 > 网络软件 > 正文
Windows 下的 32/64 位调试器 x64dbg 2025-08-19 官方中文版

Windows 下的 32/64 位调试器 x64dbg 2025-08-19 官方中文版

作者:大眼仔~旭 日期:8个月前 (08-19) 评论:4 条

摘要:x64dbg 官方中文版 Windows 下的 32/64 位调试器由大眼仔旭发布。x64dbg 是 Windows 下的 32/64 位调试器,类似 ollydbg。x64dbg 采用 QT 平台编写,官方包含简体中文语言。熟悉 ollydbg 调试工具的应该很容易上手。x64dbg 整体前景比较乐观,功能有待更强。…

x64dbg 官方中文版 Windows 下的 32/64 位调试器由大眼仔旭发布。x64dbg 是 Windows 下的 32/64 位调试器,类似 ollydbg。x64dbg 采用 QT 平台编写,官方包含简体中文语言。熟悉 ollydbg 调试工具的应该很容易上手。x64dbg 整体前景比较乐观,功能有待更强。

x64dbg 是一款开源的、针对 Windows 平台的调试器,它主要用来逆向工程和分析二进制文件。x64dbg 支持 32 位 (x86) 和 64 位 (x64) 应用程序的调试,为软件开发者、安全研究人员以及对软件逆向有兴趣的人提供了一个强大的工具集。

软件调试工具 x64_dbg 官方中文版

软件调试工具 x64_dbg 官方中文版

x64dbg 中文版功能

  • 开源
  • 直观和熟悉的新用户界面
  • 类似C的表达式解析器
  • DLL和EXE文件的全功能调试(TitanEngine)
  • IDA般的侧边栏与跳跃箭头
  • IDA样的指令令牌高亮(高亮寄存器等)
  • 存储器映射
  • 符号观
  • 线程视图
  • 内容敏感的注册查看
  • 完全可定制的配色方案
  • 动态识别模块和串
  • 导入重构集成
  • 快反汇编(BeaEngine)
  • 用户数据库(JSON)征求意见,标签,书签等。
  • 不断增长的 API 插件的支持
  • 可扩展的,可调试的脚本语言自动化
  • 多数据类型的内存转储
  • 基本调试符号(PDB)的支持
  • 动态堆栈视图
  • 内置汇编(XEDParse)
  • 查看你的补丁,并将它们保存到磁盘
  • 内置的十六进制编辑器
  • 查找内存模式

x64dbg 概述

积极发展
x64dbg 正在不断的积极发展。

GPLv3
我们同时提供了可执行文件和源代码。随意作出贡献。

自定义
C ++编写的插件,改变颜色和调整你的喜好。

X64/X32支持
x64dbg 可以调试 x64 和 X32 的应用程序。只有一个接口。

建立在开源库
x64dbg 使用的Qt,TitanEngine,BeaEngine,青蟹,杨松,LZ4 和 XEDParse。

操作简单,功能强大的开发
x64dbg 使用 C ++ 和 Qt4 的快速添加新的功能。

脚本化
x64dbg 有一个集成的,可调试,ASM-like 脚本语言。

伸缩
编写插件来添加脚本命令或集成的工具。

x64dbg 使用测评

x64dbg 是一款免费的 Windows 调试器,它可以用于反汇编、调试和分析二进制文件。

以下是 x64dbg 的使用测评:

  • 界面简洁:x64dbg 界面非常简洁,易于使用。它的主界面分为几个区域,包括代码区、寄存器区、堆栈区等,用户可以根据需要自由调整界面布局。
  • 功能强大:支持多种调试功能,包括断点、单步执行、内存查看、寄存器查看等。它还支持反汇编和汇编功能,可以帮助用户分析二进制文件。
  • 插件支持:支持插件扩展,用户可以通过插件增强调试器的功能。目前已经有很多插件可供选择,比如 IDA Pro 风格的图形界面插件、OllyDbg 风格的插件等。
  • 支持多种文件格式:支持多种文件格式的调试,包括 PE、ELF、Mach-O 等。用户可以根据需要选择不同的文件格式进行调试。
  • 开源免费:x64dbg 是一款开源免费的调试器,用户可以自由使用和修改它的源代码。

不过,x64dbg 也存在一些缺点,比如:

  • 上手有些难度:x64dbg 的功能非常强大,但是上手也需要一定时间,需要一定的学习成本。
  • 部分功能不够完善:x64dbg 的部分功能还不够完善,比如调试远程进程的功能还不够稳定。

总的来说,在大眼仔看来 x64dbg 是一款非常优秀的调试器,它的功能强大、界面简洁、插件丰富,适合专业的反汇编、调试和分析工作。如果你需要进行二进制文件的调试和分析,可以考虑使用 x64dbg。

x64_dbg 许可证

GPL v3

官方主页

Changelog
InitializeSignatureCheck now loads msvcp140.dll
Always load VC runtime from application directory #3616
Move https://github.com/x64dbg/docs into this repo
Fix snapshot timestamp format
Fix AVX-512 crash on 32-bit
Exclude unnecessary OpenGL libraries from snapshot
Fix bug with string formatting
Fix ambiguous operand size when hiding pointer sizes by @kalhotky in #3620
Display style values refactor and MASM style by @kalhotky in #3617
Revert “Fixed inverted logic” by @mrexodia in #3622
Improve developer experience when forking
Improve CONTRIBUTING guide
Another attempt to fix msvcp140 loading #3624
Unbreak x32dbg after last commit
Fixed pattern search by @OldGamesCracking in #3628
Add back -DX64DBG, closes #3634
Update resources translations by @torusrxxx in #3562
Faster disasmgetstringatwrapper by @d2k2-git in #3625
Fix deleting breakpoint at module base address by @kalhotky in #3629
Fix symbolic name help URL encoding by @kalhotky in #3630
Fix fastresume hiding other summary text by @kalhotky in #3631
Disasm value notation by @kalhotky in #3640
Fix incorrect “None” label for disabled trace coverage in shortcuts by @adityaxa in #3638
Refactor QZydis instance in Bridge class by @mrexodia in #3641
Automatically cancel previous workflow runs on the same branch
align char buffer sizes with defined limit in GuiGetDisassembly by @d2k2-git in #3627
Fix autocomment precedence by @kalhotky in #3632
Fix mnemonic brief column #3510, #3509
MSVC build under linux wine by @eldarkg in #3657
Use library for command line parsing by @peace-maker in #3516
Fix headless initialization and thread model
msvc-wine: Fix: LINK : fatal error LNK1158: cannot run ‘rc.exe’ by @eldarkg in #3660
Do not produce an import library for exe target #3663
Add clang-tidy configuration
Show struct widget in DisplayTypeDialog
Misc improvements
Fix bug where disabling and reenabling GUI updates didn’t update the GUI properly
Make breakpoint silent if breakpoint command execution fails
JobQueue.await now recursively calls job function when called on worker thread
Greatly improve script state handling
Export table to tab-separated values by @torusrxxx in #3666
Support adjusting font size via ctrl+wheel in RegistersView by @torusrxxx in #3665
Intermodular calls: add column for module name (#3664)
Properly synchronize breakpoint commands and script state
Allow using VirtualQueryEx in MemIsCodePage and enable it everywhere
Msvc wine build x64 architecture (#3669)
Patch file: fix wine usage by @eldarkg in #3679
Unity build by @mrexodia in #3674
Follow in stack in trace registers view; fix shortcuts in registers view by @torusrxxx in #3670
Search for intermodular calls in trace by @torusrxxx in #3672
Goto dialog: add completion for labels by @dabeibao in #3681
Upgrade _WIN32_WINNT to Windows 7 by @torusrxxx in #3668
Fix code formatting
Remove dbghelp/DeviceNameResolver/TitanEngine from pluginsdk #3412
Add some cross platform example projects by @mrexodia in #3224
Simplify licenses sections of the docs to use links instead
Fix struct view refreshing and add error message when connection fails
Add support for sanitizers and fix a crash
Update debug engines to 2025.08.18
Release notes dialog by @mrexodia in #3686

资源:1420.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:536766)
点击下载(提取码:xud8)
点击下载(提取码:536766)
点击下载(提取码:gurq)

声明:大眼仔旭 | 本文采用署名-非商业性使用-相同方式共享 4.0 国际许可协议[CC BY-NC-SA]进行授权
文章名称:《Windows 下的 32/64 位调试器 x64dbg 2025-08-19 官方中文版
文章固定链接:https://www.dayanzai.me/dbg.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
转载声明
全部评论: (4条)
  1. 雲端輕侯2015-06-22 19:49 回复
    已習慣 OD, 在某些 OD 會被檢測的環境下可以考慮這個.
  2. 苍白了谁的容颜2015-11-05 18:38 回复
    PCHunterPro OD 加载不了。 用 X64Dbg这个可以搞定~~ 感觉X64Dbg也不错的
  3. 乌拉拉2021-10-25 15:57 回复
    这工具有什么教学的资料吗?百度都很难找到资料去学习
    • 大眼仔~旭2021-10-25 16:23
      如果你熟悉 Ollydbg,那么这款工具很容易上手。

发表评论

返回顶部