本文转载自 https://www.cnblogs.com/zhaijiahui/p/7978897.html 感谢
IDA7.0安装keypatch和findcrypt-yara插件
Keypatch 可以直接修改二进制代码的插件
链接:https://github.com/keystone-engine/keypatch
安装:
1、 下载Keypatch.py复制到插件目录
IDA 7.0\plugins\Keypatch.py
2、 下载安装keystone python模块,64位系统只需要安装这一个就行
然后你就能发现在IDA里的Edit->Keypatch
findcrypt-yara 找加密方式的插件
链接:https://github.com/polymorf/findcrypt-yara
简介:IDA pro plugin to find crypto constants (and more)
安装:
1、 安装yara-python,最简单的方式是使用:pip install yara-python
yara-python地址:https://github.com/VirusTotal/yara-python
2、 下载findcrypt.py复制到插件目录
IDA 7.0\plugins\findcrypt3.rules
IDA 7.0\plugins\findcrypt3.py
然后你就能发现在IDA里的Edit->plugins->findcrypt
知识要大家一起分享,但带上原文链接是对作者的尊重。