搜索资源列表
x6dbg-src
- full source code of x64dbg, windows debugger!
x64dbg-master-(01.08.2015]
- An open-source x64/x32 debugger for windows
x64dbg
- x64dbg 中文帮助文档 DBG 是调试器的调试部分。它处理调试技术(使用 TitanEngine),并将为 GUI 提供数据。(X64dbg help documen DBG is the debug part of the debugger. It handles debugging techniques (using TitanEngine) and provides data for GUI.)
x64dbg-2018-02-24_13-52-中文版+源码
- 反汇编调试程序,与ollydbg类似。直接运行release\x64\x64dbg.exe或者release\x32\x32dbg.exe启动程序。编译源码需要VS2013。
x64dbg源码(可编译)
- x64dbg是一款开源调试器,支持32位和64位Windows程序的调试,也是一款跨平台的调试工具。 x64dbg源码是从x64dbg官网下载,并顺利编译无误(使用vs2013+Qt5.6.3编译)。 vs2013可以对源码的VC和MFC部分进行编译,生成启动器和部分核心逻辑模块。 Qt5.6.3可以对源码的UI界面部分进行编译。