A-new 发表于 2017-11-2 12:05

ida 7.0插件

本帖最后由 A-new 于 2017-11-3 18:21 编辑

ida7出来一段时间了,在网上翻了一下目前7上可用的插件如下,
Keypatch 链接:https://github.com/keystone-engine/keypatch ida补丁神器,
安装 1、下载Keypatch.py复制到插件目录
      2、下载安装keystone python模块https://github.com/keystone-engine/keystone/releases/download/0.9.1/keystone-0.9.1-python-win64.msi

sk3wldbg 链接:https://github.com/cseagle/sk3wl ... bins/windows/ida700
安装 1、下载里面的5个dll
         2、复制sk3wldbg_user.dll和sk3wldbg_user64.dll到ida插件目录,复制其余三个dll到ida目录

AutoRE 链接:https://github.com/a1ext/auto_re

IFL 链接:https://github.com/hasherezade/ida_ifl

还有的话大家补充
--------------根据@流水 大侠的指引,又翻了一下还真找到几个比较有意思的东西---------------
FRIEND 链接:https://github.com/alexhude/FRIEND
简介:FRIEND is an IDA plugin created to improve disassembly and bring register/instruction documentation right into IDA View.
基本就是哪里不会点哪里的一个插件吧

x86emu 链接:https://github.com/cseagle/x86emu
简介:Embedded x86 emulator for Ida Pro
CPU模拟器吧,可以模拟执行一些代码这些。

Lighthouse 链接:https://github.com/gaasedelen/lighthouse
简介:Code Coverage Explorer for IDA Pro
代码覆盖测试的东东需要配合 DynamoRIO 或者 Intel Pin 这些使用,更详细的看文档吧

findcrypt-yara 链接:https://github.com/polymorf/findcrypt-yara
简介:IDA pro plugin to find crypto constants (and more)

AndroidAttacher 链接:https://github.com/zhkl0228/AndroidAttacher

python Editor 链接:https://github.com/techbliss/Python_editor
简介:what it Does: I always hated the Old Run script command, so i set up making my own editor for ida pro. Just like the ida one but much nicer and better Python language. Run Scripts files and apps within ida.

ret-sync 链接:https://github.com/bootleg/ret-sync
简介:ret-sync stands for Reverse-Engineering Tools synchronization. It's a set of plugins that help to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg/OllyDbg2/x64dbg) with IDA disassembler. The underlying idea is simple: take the best from both worlds (static and dynamic analysis).
让调试器(WinDbg / GDB / LLDB / OllyDbg / OllyDbg2 / x64dbg)与IDA同步的一个插件

还有稍早前发的
OllyMigrate 和 OllyDumpEx

流水 发表于 2017-11-3 08:25

可以github上搜索ida 7.0,可以发现更多插件

https://github.com/search?p=1&q=+ida+7.0&type=Commits&utf8=%E2%9C%93

Nisy 发表于 2017-11-2 15:02

Hmily 发表于 2017-11-2 14:20
a哥Keypatch可以用了?之前Keypatch 扔进插件目录还报错。

直接下载这个文件,版本是2.2,不要去下载release文件,那没有更新。
keypatch.py        fixed ida pro 7 beta6(170831) x86 crash and code refactor (#27)        2 months ago

by_l 发表于 2017-11-2 12:12

厉害了我的哥{:1_912:}

xjun 发表于 2017-11-2 12:25

HexRaysCodeXplorer 居然还没更新7.0...

lies2014 发表于 2017-11-2 13:02

楼主费心了,Keypatch已经在用了

_pan 发表于 2017-11-2 13:25

谢谢分享!

Hmily 发表于 2017-11-2 14:20

a哥Keypatch可以用了?之前Keypatch 扔进插件目录还报错。

Hmily 发表于 2017-11-2 14:58

看了下,Keypatch v2.2还没正式发布,但已经开始改了https://raw.githubusercontent.co ... /master/keypatch.py

Hmily 发表于 2017-11-2 15:05

Nisy 发表于 2017-11-2 15:02
直接下载这个文件,版本是2.2,不要去下载release文件,那没有更新。
keypatch.py        fixed ida pro 7 beta ...

恩,看到了,已经更新了。

xiangzz 发表于 2017-11-2 18:14

介绍下用法更好
页: [1] 2 3 4 5
查看完整版本: ida 7.0插件