4 Star 24 Fork 15

刘柏江 / X64Dbg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

X64Dbg

The GUI frontend project of A64Dbg and VMPStudio.

Support running on the following platforms:

  • Windows x86_64;
  • Intel macOS x86_64;
  • ARM macOS arm64;
  • Linux Ubuntu x86_64;
  • Linux Ubuntu arm64;

ADARCH

Build

  • 1.open YunYooDbgCore.pro to build the abstract debug engine dynalic library;
  • 2.open gui/x64dbglib.pro to build the x64dbg common gui controls static library;
  • 3.open A64Dbg.pro to build the A64Dbg main program;
  • 4.open VMPStudio.pro to build the VMPStudio main program;
  • NOTE: on Windows, 2/3/4 need the extra qmake parameter, and must select the x64 build kit:
 QMAKE: -spec win32-clang-msvc

DebugEngine

We make an abstraction layer for X64Dbg, you can implement the API in abstrasction/*.h to customize your debug core.

License

See ./README.X64DBG.md and the modified GPL3 license at ./LICENSE.

空文件

简介

The GUI frontend project of A64Dbg and VMPStudio. 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/geekneo/X64Dbg.git
git@gitee.com:geekneo/X64Dbg.git
geekneo
X64Dbg
X64Dbg
master

搜索帮助