在 IDA pro 中获取 funcap 插件

逆向工程 艾达 idapro插件
2021-06-28 10:11:57

我正在尝试在 IDA pro 6.1 中使用funcap 插件但是,在加载插件(使用Alt+ F7)并按下调试器的运行按钮后,它返回给我:

Internal error 30191 

知道有什么问题吗?

PS:我尝试过 Python 2.6 和 2.7。

1个回答

你有机会安装 IDAStealth 插件吗?如果是这样,您是否启用了 SEH 调试支持功能?

根据插件的错误修复:

Bugfix: If any of the SEH debugging support features was used an "internal error 30191" would be raised in IDA as soon as the exception occurred in the debuggee

http://newgre.net/idastealth