【1】keystone找不到
解决方法:下载keystone,解压后,将目录重命名为keystone,然后拷贝到IDA Pro的python/3/目录下
【2】six模块找不到
解决方法:
pip3 install six
【3】keypatch相关问题
IDA_Pro_v7.5_Portable\plugins\keypatch.py: name 'KS_ARCH_X86' is not defined
解决方法:
pip3 install keystone-engine
此时【1】中的keystone可以删除掉。
【4】keypatch 无法加载配置
Keypatch v2.2 (c) Nguyen Anh Quynh & Thanh Nguyen, 2018
Keypatch is using Keystone v0.9.2
Keypatch Patcher's shortcut key is Ctrl-Alt-K
Use the same hotkey Ctrl-Alt-K to open 'Fill Range' window on a selected range of code
To revert (undo) the last patching, choose menu Edit | Keypatch | Undo last patching
Keypatch Search is available from menu Edit | Keypatch | Search
Find more information about Keypatch at http://keystone-engine.org/keypatch
Keypatch: FAILED to load config file. Use default setup now.
TODO