Skip to content
forked from x64dbg/x64dbg

适用于 Windows 的开源用户模式调试器。针对逆向工程和恶意软件分析进行了优化。

License

Notifications You must be signed in to change notification settings

yuanzhongqiao/x64dbg

 
 

Repository files navigation

x64dbg

Build status Crowdin Download x64dbg

Discord Telegram Gitter Matrix

适用于 Windows 的开源二进制调试器,旨在对您没有源代码的可执行文件进行恶意软件分析和逆向工程。有许多可用的功能和一个全面的插件系统来添加您自己的功能。您可以在博客上找到更多信息!

An open-source binary debugger for Windows, aimed at malware analysis and reverse engineering of executables you do not have the source code for. There are many features available and a comprehensive plugin system to add your own. You can find more information on the blog!

Screenshots

main interface (light)

main interface (dark)

graph memory map

Installation & Usage 安装和使用

1、从GitHub、SourceForge或OSDN下载快照并将其提取到您的用户具有写入权限的位置。 2、(可选)用于x96dbg.exe注册 shell 扩展并向桌面添加快捷方式。 3、x32\x32dbg.exe如果您想调试 32 位可执行文件或x64\x64dbg.exe调试 64 位可执行文件,您现在可以运行!如果您不确定,您可以随时运行x96dbg.exe并选择您的架构。 您还可以通过几个简单的步骤自行编译x64dbg!

  1. Download a snapshot from GitHub, SourceForge or OSDN and extract it in a location your user has write access to.
  2. Optionally use x96dbg.exe to register a shell extension and add shortcuts to your desktop.
  3. You can now run x32\x32dbg.exe if you want to debug a 32-bit executable or x64\x64dbg.exe to debug a 64-bit executable! If you are unsure you can always run x96dbg.exe and choose your architecture there.

You can also compile x64dbg yourself with a few easy steps!

Sponsors


Contributing

This is a community effort and we accept pull requests! See the CONTRIBUTING document for more information. If you have any questions you can always contact us or open an issue. You can take a look at the good first issues to get started.

Credits

Developers

Code contributions

You can find an exhaustive list of GitHub contributors here.

Special Thanks

Without the help of many people and other open-source projects, it would not have been possible to make x64dbg what it is today, thank you!

About

适用于 Windows 的开源用户模式调试器。针对逆向工程和恶意软件分析进行了优化。

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.2%
  • C 15.6%
  • QMake 0.5%
  • CSS 0.5%
  • Batchfile 0.2%
  • Assembly 0.0%