IDA 6.0设置WinDbg调试器路径

2023-02-24 10:47:09 浏览数 (1)

在早期版本的IDA中可以直接通过进程选项来设置Windbg的路径,但是在6.0之后这个菜单没了。

但是可以直接编辑ida.cfg文件来设置调试器路径,修改如下内容即可。

代码语言:javascript复制
//-------------------------------------------------------------------------
//      Processor specific parameters
//-------------------------------------------------------------------------
#ifdef __PC__                           // INTEL 80x86 PROCESSORS
//
// Location of Microsoft Debugging Engine Library (dbgeng.dll)
// This value is used by both the windmp (dump file loader) and the windbg
// debugger module. Please also refer to dbg_windbg.cfg
// (note: make sure there is a semicolon at the end)

//DBGTOOLS = "C:\Program Files\Debugging Tools for Windows (x86)\";将这一行注释修改为windbg的路径
DBGTOOLS = "C:\WinDDK\7600.16385.1\Debuggers\";

USE_FPP = YES // Floating Point Processor
// instructions are enabled

// IBM PC specific analyzer options

PC_ANALYZE_PUSH = YES // Convert immediate operand of "push" to offset
//
// In sequence
//
// push seg
// push num
//

☆文章版权声明☆

* 网站名称:obaby@mars

* 网址:https://h4ck.org.cn/

* 本文标题: 《IDA 6.0设置WinDbg调试器路径》

* 本文链接:https://cloud.tencent.com/developer/article/2223601

* 转载文章请标明文章来源,原文标题以及原文链接。请遵从 《署名-非商业性使用-相同方式共享 2.5 中国大陆 (CC BY-NC-SA 2.5 CN) 》许可协议。


分享文章:

相关文章:

  1. IDA 6.1调试驱动
  2. IDA调试Windows 内核
  3. Snowman IDA Plugin(F4)
  4. DeIDA Package 1.4
  5. Restorator 2009 4.0 build 1807 Patch
  6. CRACKL@B DVD 2011 FULL
  7. python3.7 安装alipay-sdk-python(PyCrypto)
  8. Two 64bit Debuggers
  9. PEBrowseDbg64 Interactive v2.9.0
  10. Ubuntu 10.04安装IDA PRO

0 人点赞