问题描述

IDA7.0有两个程序,一个ida.exe用于调试32位程序,另一个ida64.exe用于调试64位程序。
在使用ida.exe调试32位程序时,出现了“Oops! internal error 1491 occured.”的警告,如下图:
IDA7.0提示Oops! internal error 1491 occured.解决办法

解决办法

进入IDA文件目录下的\dbgsrv\win32_remote.exe,打开该程序,然后再启动ida.exe,在调试模式中选择Remote Windows debugger,如下图:
IDA7.0提示Oops! internal error 1491 occured.解决办法
对所有弹出的窗口直接Enter掉,到参数选择界面时将Hostname修改为127.0.0.1,如下:
IDA7.0提示Oops! internal error 1491 occured.解决办法
点击OK后即可正常运行。

分析

这是IDA 7.0版本的一个bug,在IDA 7.0SP1中得到修复。

相关文章:

  • 2021-06-17
  • 2022-12-23
  • 2021-04-05
  • 2021-12-20
  • 2021-09-19
  • 2021-12-12
猜你喜欢
  • 2022-03-02
  • 2021-06-10
  • 2021-11-20
  • 2021-08-07
  • 2021-09-09
  • 2022-12-23
  • 2021-11-13
相关资源
相似解决方案