[分享] X64下调试工具(不断更新)

下面我已列了一下常用工具,欢迎大家补充

查壳工具:
Exeinfo PE  推荐使用
www.exeinfo.xn.pl

Detect It Easy
http://pan.baidu.com/s/1dDnaS2d

PE 工具(X64的)
StudyPe+ by zaas  推荐使用
http://www.chinapyg.com/thread-77934-1-1.html

ExplorerSuite
http://www.ntcore.com/files/ExplorerSuite.exe

CFF_Explore
http://www.ntcore.com/files/CFF_Explorer.zip

WinHex
http://pan.baidu.com/s/1qW5Bp5U


静态调试工具:
IDA pro V6.6(含插件和SDK)  推荐使用
链接 : http://pan.baidu.com/s/1pJ7JeOj   密码:tb1g

动态调试工具:
x64  MDebug  推荐使用
:小Q目前在使用的!不支持直接汇编确实比较蛋痛,但支持直接定位文件可直接修改保存,这点我比较喜欢!
http://www.mdebug.org/

x64_dbg  推荐使用
:小Q目前在使用的!支持直接汇编,长得比较像OD
http://x64dbg.com
http://www.chinapyg.com/thread-79516-1-1.html


x64  Windbg
:MS家的,要记各种命令!
众多命令请移步至老大BLOG观看: http://www.dllhook.com/?id=11
MS老家下载(下载相当麻烦): http://msdn.microsoft.com/en-us/windows/hardware/hh852365
一个粉丝站下载: http://www.windbg.org/

BugDbg x64 v0.7.5  [March 12, 2013]  
http://pespin.w.interia.pl/bugdbg.rar

x64 OllyDbg
:还在娘胎中,等吧......
http://www.ollydbg.de/odbg64.html

补丁工具
DUP
支持做X64文件补丁,很不错!
http://pan.baidu.com/s/1sjNklHF

[11周年大礼包第一弹]PYG官方Dll优雅破解补丁制作工具x64版+超详细教程
http://www.chinapyg.com/thread-81535-1-1.html

更强大补丁工具请使用VS2012编写优雅文件

x64优雅HOOK 源代码
http://www.dllhook.com/?id=6

x64传参规则研究--飘云
http://www.dllhook.com/?id=10

X64 HOOK之汇编部分--Obj
http://www.dllhook.com/?id=12

x64原生Hook API(非Detours)
http://www.dllhook.com/?id=13

你可能感兴趣的:([分享] X64下调试工具(不断更新))