IDA插件KeyPatch直接在IDA中修改arm指令

轉載:https://www.cnblogs.com/fuhua/p/12738823.html

KeyPatch插件作用:可以直接在IDA中修改arm指令

KeyPatch插件地址:https://github.com/keystone-engine/keypatch

1.首先下載安裝KeyStone,https://github.com/keystone-engine/keystone/releases  目前最新版爲0.9.0

下載鏈接:https://github.com/keystone-engine/keystone/releases/download/0.9.1/keystone-0.9.1-python-win64.msi

img

2.到https://github.com/keystone-engine/keypatch下載keypatch.py文件,將keypatch.py放到IDA安裝目錄下的 plugins文件夾下

img

3.啓動IDA,此時可以在IDA菜單Edit選項下看到多出了一個Keypatch選項

findcrypt-yara插件安裝

findcrypt-yara插件作用:搜索文件中的加密算法

findcrypt-yara插件地址:https://github.com/polymorf/findcrypt-yara

1.cmd窗口運行命令pip install yara-python

img

2.從https://github.com/polymorf/findcrypt-yara下載findcrypt3.py 和 findcrypt3.rules放到IDA的Plugins目錄下

img

3.打開IDA,Edit->Plugins下可以看到多出了Findcrypt選項

img

4.測試效果

img

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章