前言
本篇记录
IDA pro 7.5
安装keypatch
插件。缺少相应库,无法加载
keypatch
插件:"fail to load the dynamic library"
一、安装过程
-
安装好python环境后,安装
keystone
。 (网址:https://www.keystone-engine.org/download/)pip install keystone-engine # 安装 pip install keystone-engine --upgrade # 已有,则升级
-
拷贝文件
keypatch.py
到IDA路径\plugins
下。(网址:https://github.com/keystone-engine/keypatch )
二、出现问题
-
问题:
"fail to load the dynamic library"
。 -
解决方法,参考GitHub网址(https://github.com/keystone-engine/keypatch ),安装相应
VC++
库( https://www.microsoft.com/en-gb/download/details.aspx?id=40784 )即可。