IDA Pro plugins on GitHub

   

There are so many interesting IDA Pro plugins out there, yet I have trouble discovering them, particularly outside of the annual plugin contest. So I wrote this little page to monitor GitHub for IDA Pro plugins. It updates periodically, so check back (and sort by created/pushed date) to see recent activity. Enjoy!

how? (click to expand)

This script periodically searches GitHub for "def PLUGIN_ENTRY()" language:Python and stores the results in a SQLite database. Then another script periodically renders the results and updates this page's content.

This definitely misses some plugins (e.g., those written in C or C++) and has a few false positives (any Python file with a function called `PLUGIN_ENTRY`). But it generally works pretty well.

stars forks created pushed

mandiant/capa :: capa/ida/plugin/capa_explorer.py

The FLARE team's open-source tool to identify capabilities in executable files.

5356 stars
610 forks
2020→25
5356 610 2020-06-16 2025-06-03

mzakocs/VirtualizationObfuscatorAnalysis :: ida/plugins/nop_and_hide.py

A repository of IDA Databases and Binaries used for the analysis of popular commercial virtual-machine obfuscators

70 stars
10 forks
2021→22
70 10 2021-06-14 2022-10-07

idapython/src :: examples/decompiler/vds21.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

joxeankoret/diaphora :: plugin/diaphora_plugin.py

Diaphora, the most advanced Free and Open Source program diffing tool.

3894 stars
386 forks
2015→24
3894 386 2015-03-20 2024-11-24

osirislab/Fentanyl :: main.py

Fentanyl is an IDAPython script that makes patching significantly easier

211 stars
26 forks
2013→22
211 26 2013-11-13 2022-10-12

DGA-MI-SSI/YaCo :: YaCo/yaco_plugin.py

YaCo is an Hex-Rays IDA plugin. When enabled, multiple users can work simultaneously on the same binary. Any modification done by any user is synchronized through git version control.

318 stars
35 forks
2017→19
318 35 2017-05-29 2019-08-05

JPCERTCC/aa-tools :: Deob_NOOPLDR.py

Artifact analysis tools by JPCERT/CC Analysis Center

460 stars
90 forks
2015→24
460 90 2015-10-28 2024-07-09

binarly-io/idapcode :: idapcode.py

IDA plugin displaying the P-Code for the current function

66 stars
6 forks
2021→23
66 6 2021-07-18 2023-10-27

Cisco-Talos/GhIDA :: ghida.py

792 stars
74 forks
2019→21
792 74 2019-09-03 2021-02-19

VinCSS-Public-Projects/VinCSS-RE-Tools-Ultilities :: IDA_Plugins/YaraScan.py

VinCSS Reverse Engineering, Malware Analysing Tools & Ultilities

27 stars
6 forks
2021
27 6 2021-06-19 2021-11-26

csl-ugent/TREX :: containers/ida/plugins/idapatch.py

Toolbox for Reverse Engineering

2 stars
0 forks
2024→25
2 0 2024-08-20 2025-02-07

hugsy/stuff :: ida_scripts/ida_rpyc_server.py

Unsorted, raw, ugly & probably poorly usable tools for reversing, exploit and pentest

223 stars
88 forks
2014→24
223 88 2014-05-01 2024-08-28

NL2Code/CodeS :: repos/LazyIDA-master/LazyIDA.py

22 stars
4 forks
2024
22 4 2024-03-25 2024-07-20

Finch4/Malware-Analysis-Reports :: IAT_Auto_Label.py

My Malware Analysis Reports

20 stars
2 forks
2021→22
20 2 2021-01-03 2022-05-24

BlackVS/IDA-exportsymbols :: plugin/exportsymbols.py

IDA 7.0 plugin to export different symbols from ELF to txt and/or ELF file

8 stars
3 forks
2020
8 3 2020-10-31 2020-10-31

claroty/ResearchTools :: IDA/Renamer/renamer.py

36 stars
8 forks
2020
36 8 2020-03-26 2020-09-30

ax330d/functions-plus :: functions_plus.py

IDA Pro plugin to show functions in a tree view

115 stars
27 forks
2017→21
115 27 2017-07-19 2021-04-17

Xunflash/Dejunk :: Dejunk.py

An ida plug-in that matches the bulk removal of junk instructions from the program | 批量匹配去除花指令的ida插件

11 stars
1 forks
2023
11 1 2023-01-30 2023-09-06

andreafioraldi/IDAngr :: idangr_plugin.py

Use angr in the IDA Pro debugger generating a state from the current debug session

278 stars
31 forks
2018→20
278 31 2018-02-06 2020-07-22

FelixBer/FindFunc :: findfuncmain.py

FindFunc is an IDA Pro plugin to find code functions that contain a certain assembly or byte pattern, reference a certain name or string, or conform to various other constraints.

326 stars
31 forks
2022→24
326 31 2022-03-15 2024-09-15

lucasg/idamagnum :: idamagnum_plugin.py

idamagnum is a plugin for integrating MagnumDB requests within IDA

131 stars
14 forks
2018→20
131 14 2018-12-19 2020-04-10

williballenthin/idawilli :: plugins/dynamic_hints/dynamic_hints.py

IDA Pro resources, scripts, and configurations

113 stars
27 forks
2016→25
113 27 2016-12-14 2025-06-04

sfinktah/sfida :: keypatch.py

idapro python toolkit

14 stars
1 forks
2021→24
14 1 2021-03-01 2024-10-23

rogxo/IDA-ExportedMapSymbolParser :: IDA-ExportedMapSymbolParser.py

Plugin for IDA Pro disassembler which allows loading IDA exported .map files.

3 stars
2 forks
2025
3 2 2025-05-21 2025-05-21

maiyao1988/IDAScripts :: plugin/step2jump.py

Common IDA scripts for effective Reverse Enginnering

170 stars
93 forks
2020→23
170 93 2020-01-31 2023-02-15

stevemk14ebr/RETools :: IdaScripts/plugins/capa_explorer.py

My reversing tools. Some custom, some not.

205 stars
24 forks
2020→24
205 24 2020-05-27 2024-01-03

notify-bibi/TriggerBug :: PythonFrontEnd/ida-plugins/tr_dumper.py

Fast-Symbolic-Emulation-Engine. 主要用于自动化逆向约束求解,目的是解决angr的各种不足之处,大学时使用本工具solve了很多ctf题目,毕业后不打ctf了,很少维护了,后面可能会用来做一些其他的程序分析,反混淆也是不错. ( tips: repo设置private再public会丢失全部star, 此操作丢失了40个stars ... )

9 stars
2 forks
2019→25
9 2 2019-05-08 2025-02-12

awgil/ffxiv_reverse :: idaplugins/ffutil.py

Various utilities for reversing FF14

5 stars
1 forks
2023
5 1 2023-02-06 2023-10-03

Donaldduck8/IDA-Scripts-and-Tools :: donald_ida_utils.py

A collection of plug-ins I've developed for IDA Pro.

1 stars
0 forks
2023→24
1 0 2023-08-02 2024-04-09

KarelSvo/ddt4all-5.6.0 :: ddt4all560/ddtplugins/card_programming.py

2 stars
0 forks
2024→25
2 0 2024-07-27 2025-01-15

Aspirin493/xorstr-decrypt-idaplugin :: xordecrypt.py

This is a plugin for IDA Pro that will help you deobfuscate xorstr strings in a windows x64 application.

8 stars
1 forks
2023
8 1 2023-04-15 2023-04-15

benwoo1110/PMA-Notes :: Plugins/ifl.py

3 stars
0 forks
2022
3 0 2022-09-27 2022-12-10

nyaoouo/NyLib2 :: scripts/ida/NySigWorker.py

17 stars
2 forks
2024→25
17 2 2024-06-28 2025-05-29

ynvb/DIE :: DIE.py

Dynamic IDA Enrichment

472 stars
91 forks
2014→22
472 91 2014-12-12 2022-03-02

EobOrz/FFxivFuckGreenPlayer :: DevTools/[IDATools]NySigWorker.py

Cracked Siren_Lite leaked source code, Consent has been obtained.

69 stars
27 forks
2025
69 27 2025-03-05 2025-03-13

xerub/idastuff :: hnight7.py

IDA Pro/Hexrays plugins

132 stars
34 forks
2017→18
132 34 2017-04-05 2018-10-02

0xPhoeniX/MazeWalker :: MazeUI/mazeui.py

Toolkit for enriching and speeding up static malware analysis

168 stars
32 forks
2017→22
168 32 2017-06-29 2022-01-28

wallds/NoVmpy :: novmpy.py

409 stars
70 forks
2022→25
409 70 2022-02-02 2025-01-01

10cks/Gemini4IDA :: Gemini4IDA.py

Gemini4IDA: Gemini for IDA disassembly and program analysis

9 stars
1 forks
2023
9 1 2023-12-25 2023-12-29

SpaghettDev/BromaIDA :: BromaIDA.py

IDA Broma support, now real

9 stars
1 forks
2024→25
9 1 2024-04-28 2025-04-21

RioKato/dotfiles :: .idapro/plugins/rtti.py

0 stars
0 forks
2022→25
0 0 2022-02-13 2025-06-04

ianmkim/snnpp :: amx2.py

Spiking Neural Network implementation in pure C++ with minimal dependencies

9 stars
1 forks
2022
9 1 2022-10-31 2022-11-15

opensrcsec/ida-rap-decode :: rap_decode.py

IDA Pro Python plugin to decode RAP return hash sequences in the Linux kernel

8 stars
2 forks
2021
8 2 2021-11-28 2021-11-29

MlsDmitry/better-rtti-parser :: rtti_parse.py

IDA script to parse RTTI information in executable.

161 stars
15 forks
2022→23
161 15 2022-01-02 2023-03-10

NeatMonster/AMIE :: amie.py

A Minimalist Instruction Extender for the ARM architecture and IDA Pro

200 stars
27 forks
2018→24
200 27 2018-11-14 2024-08-16

opensrcsec/ida-linux-alternatives :: linux_alternatives.py

IDA Pro Python plugin to analyze and annotate Linux kernel alternatives

24 stars
5 forks
2021
24 5 2021-11-28 2021-12-15

Cobra-de1/ida-pro-mcp :: mcp-plugin.py

Fork of https://github.com/mrexodia/ida-pro-mcp

1 stars
0 forks
2025
1 0 2025-04-21 2025-04-21

grayhatacademy/ida :: plugins/codatify/codatify.py

1355 stars
358 forks
2013→23
1355 358 2013-10-16 2023-10-23

TheBinKing/VulnLink :: VulnLink/VulnLink.py

7 stars
0 forks
2023→24
7 0 2023-11-19 2024-08-24

iancohee/ghidra-sre :: Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

Patched NSA Reverse Engineering Tool

5 stars
4 forks
2019
5 4 2019-03-06 2019-03-06

grayhatacademy/ida :: plugins/alleycat/alleycat.py

1355 stars
358 forks
2013→23
1355 358 2013-10-16 2023-10-23

hasherezade/ida_ifl :: ifl.py

IFL - Interactive Functions List (plugin for IDA Pro)

461 stars
68 forks
2015→25
461 68 2015-09-22 2025-02-23

0xddaa/iddaa :: idapython/cgchelper.py

idapython scripts

11 stars
4 forks
2016→17
11 4 2016-05-05 2017-07-08

Thehepta/D810Learn :: D810_demo/ida_view.py

21 stars
10 forks
2024→25
21 10 2024-06-02 2025-05-11

notify-bibi/TriggerBug :: PythonFrontEnd/ida-plugins/memory_dump_BIN.py

Fast-Symbolic-Emulation-Engine. 主要用于自动化逆向约束求解,目的是解决angr的各种不足之处,大学时使用本工具solve了很多ctf题目,毕业后不打ctf了,很少维护了,后面可能会用来做一些其他的程序分析,反混淆也是不错. ( tips: repo设置private再public会丢失全部star, 此操作丢失了40个stars ... )

9 stars
2 forks
2019→25
9 2 2019-05-08 2025-02-12

grayhatacademy/ida :: plugins/mipsrop/mipsrop.py

1355 stars
358 forks
2013→23
1355 358 2013-10-16 2023-10-23

rand-tech/idaplugins :: funcfiletree.py

16 stars
4 forks
2025
16 4 2025-05-27 2025-05-31

Russinovich/IDA7.5_SDK :: python/examples/hexrays/vds3.py

SDK and IDAPython for IDA Pro 7.5

2 stars
5 forks
2021
2 5 2021-09-01 2021-07-23

Martyx00/CollaRE :: plugins/ida/CollaRE.py

Multi-tool reverse engineering collaboration solution.

140 stars
7 forks
2021→24
140 7 2021-02-14 2024-03-27

mahmoudimus/ida-themr :: src/ida_themr_plugin.py

A pure python IDA Pro theme maker (and plugin!) for porting Visual Studio Code themes to IDA Pro.

5 stars
0 forks
2025
5 0 2025-04-30 2025-05-08

techbliss/Processor-Changer :: plugins/Processor-Changer.py

Tool to change processor inside ida

12 stars
5 forks
2014
12 5 2014-04-18 2014-08-11

Introspelliam/ida-python :: examples/ex_prefix_plugin.py

3 stars
0 forks
2019
3 0 2019-03-17 2019-03-17

TL-SN/Unicorn_Unpacking :: qiling/extensions/idaplugin/qilingida.py

5 stars
0 forks
2024
5 0 2024-04-22 2024-05-20

techbliss/PyQt_Geo_Locator :: 7.0+/plugins/Geolocateloader.py

IP Geolocator and maps using PyQt

4 stars
0 forks
2016→19
4 0 2016-09-11 2019-03-10

Krietz7/IDA-DataExportPlus :: DataExportPlus.py

a IDA Pro plugin to export data better

32 stars
5 forks
2024→25
32 5 2024-10-11 2025-04-14

zmrbak/IDAPython :: 配套代码/ida10/python/examples/hexrays/vds5.py

在线课程《IDAPython脚本化软件逆向分析入门》课程源码

10 stars
6 forks
2022
10 6 2022-05-02 2022-05-14

Thehepta/D810Learn :: D810_demo/genmc.py

21 stars
10 forks
2024→25
21 10 2024-06-02 2025-05-11

tmr232/Sark :: plugins/plugin_loader.py

IDAPython Made Easy

661 stars
100 forks
2015→25
661 100 2015-01-19 2025-02-22

handsomematt/ida_func_ptr :: ida_func_ptr.py

Easily create and copy function pointers to functions in IDA.

7 stars
6 forks
2017
7 6 2017-07-26 2017-07-27

nixerr/ida_scripts :: kernelcache/gxf_hook.py

Scripts were written by me

19 stars
4 forks
2018→25
19 4 2018-08-30 2025-05-31

grayhatacademy/ida :: plugins/localxrefs/localxrefs.py

1355 stars
358 forks
2013→23
1355 358 2013-10-16 2023-10-23

PwCUK-CTO/SmartJump :: plugins/SmartJump.py

IDA Pro plugin to enhance the 'g' keyboard shortcut

44 stars
4 forks
2020→23
44 4 2020-09-14 2023-07-24

r0ysue/r0idamcp :: r0idamcp.py

r0idamcp is a SSE protocal MCP server IDA pro plugin designed for automatic reverse engineering with LLM assistant

43 stars
8 forks
2025
43 8 2025-04-26 2025-05-15

patois/xray :: xray.py

Hexrays decompiler plugin that colorizes and filters the decompiler's output based on regular expressions

134 stars
11 forks
2019→23
134 11 2019-06-21 2023-12-08

f1ndr/IDA_Plugin_Feedback :: hexrays_music.py

This project aims to give REer feedback to against boredom.

0 stars
0 forks
2022
0 0 2022-04-02 2022-04-02

MxIris-Reverse-Engineering/ida-mcp-server :: plugin/ida_mcp_server_plugin.py

A Model Context Protocol server for IDA

443 stars
47 forks
2025
443 47 2025-03-12 2025-05-29

WanQingGit/IDA7script :: fluorescence.py

常用的比较实用的ida插件脚本

7 stars
3 forks
2021
7 3 2021-03-21 2021-04-03

splishy-splash/RE-scripts :: Search_MSDN.py

a small curation of created/stolen scripts for reverse engineering

12 stars
0 forks
2022→24
12 0 2022-04-09 2024-05-03

Mixaill/FakePDB :: src_plugins/ida/fakepdb.py

Tool for PDB generation from IDA Pro database

587 stars
77 forks
2019→24
587 77 2019-03-31 2024-10-28

gmh5225/myda :: main_myda.py

General Purpose IDA Plugin

0 stars
0 forks
2023
0 0 2023-11-23 2023-11-20

tmr232/Sark :: plugins/function_flow.py

IDAPython Made Easy

661 stars
100 forks
2015→25
661 100 2015-01-19 2025-02-22

JPCERTCC/AutoYara4FLIRT :: AutoYara4FLIRT.py

15 stars
4 forks
2023
15 4 2023-05-29 2023-12-21

michal-kapala/dubRE :: plugins/utf16_export.py

ML-driven function symbol extraction plugin for IDA Pro

8 stars
2 forks
2023→24
8 2 2023-05-23 2024-12-17

zmrbak/IDAPython :: 配套代码/ida10/python/examples/hexrays/vds6.py

在线课程《IDAPython脚本化软件逆向分析入门》课程源码

10 stars
6 forks
2022
10 6 2022-05-02 2022-05-14

sfinktah/sfida :: idarest_chunked.py

idapro python toolkit

14 stars
1 forks
2021→24
14 1 2021-03-01 2024-10-23

alexander-hanel/RenameLocalVars :: src/rename_local_vars.py

RenameLocalVars is an IDA plugin that renames local variables to something easier to read.

15 stars
4 forks
2023
15 4 2023-07-07 2023-07-09

gistable/gistable :: all-gists/793f7ddfc2393ffd0418/snippet.py

GitHub gists and the dockerfiles needed to run them.

76 stars
23 forks
2018→23
76 23 2018-02-01 2023-02-11

NeelNarvekar/BlueCat :: hello.py

Lab 2 ECE 6747

0 stars
0 forks
2021
0 0 2021-10-08 2021-10-23

Pr0214/Unidbg_FindKey :: IDAPlugin/functionList.py

KeyFinder 是一个Unidbg插件,通过内存检索的方式查找AES的密钥,增强Unidbg分析和还原算法的能力。

179 stars
67 forks
2021
179 67 2021-10-18 2021-10-18

binsys/MKBundleManager :: MKBundleManager/MKBundleManager.py

mono mkbundle unpacker and file replace tool.

13 stars
5 forks
2014→15
13 5 2014-10-06 2015-07-07

Air14/SourceSync :: SourceSync/Ida/SourceSync.py

Set of plugins and library for dynamic pdb generation and synchronisation

38 stars
7 forks
2024
38 7 2024-05-03 2024-05-03

allthingsida/qscripts :: snippet_manager/snippetmanager.py

Programming productivity plugin for IDAPython and C++ development

350 stars
36 forks
2019→25
350 36 2019-04-10 2025-05-20

RevEngAI/reai-ida :: reveng.py

RevEng.AI IDA Pro Plugin

88 stars
7 forks
2023→25
88 7 2023-08-09 2025-04-30

es3n1n/ida-wakatime-py :: wakatime.py

WakaTime integration for IDA Pro

46 stars
4 forks
2022→24
46 4 2022-05-18 2024-09-11

sandin/seida :: seida.py

Symbolic Execution plugin for IDA

5 stars
1 forks
2022
5 1 2022-06-16 2022-09-15

gaasedelen/tenet :: plugins/tenet/integration/ida_loader.py

A Trace Explorer for Reverse Engineers

1410 stars
145 forks
2021→23
1410 145 2021-04-20 2023-10-23

PwCUK-CTO/ScatterBee_Analysis :: Scripts/ScatterJump.py

Scripts to aid analysis of files obfuscated with ScatterBee.

20 stars
6 forks
2021→23
20 6 2021-11-03 2023-01-06

z1r00/dia2ol :: diaphora/plugin/diaphora_plugin.py

online diff

6 stars
1 forks
2024
6 1 2024-12-11 2024-12-31

antkss/dots-hypr :: .idapro/plugins/findfuncmain.py

helloworld

5 stars
1 forks
2024→25
5 1 2024-03-07 2025-04-19

Dy-Baby/NoVmpy :: novmpy.py

0 stars
1 forks
2022
0 1 2022-02-02 2022-02-02

Sentinel-One/brick :: deps/codatify.py

92 stars
14 forks
2021→24
92 14 2021-06-07 2024-06-18

assafcarlsbad/brick :: deps/codatify.py

5 stars
1 forks
2021→22
5 1 2021-05-19 2022-03-12

xx-an/DSV :: lib/ghidra_9.0.4/Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

0 stars
0 forks
2021
0 0 2021-01-28 2021-04-04

DamianFekete/NSA-Ghidra :: Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

0 stars
0 forks
2019
0 0 2019-03-06 2019-03-06

fengjixuchui/decompile :: bin/ghidra_9.0_PUBLIC_20190228/Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

反编译工具集锦--持续收集

1 stars
19 forks
2019→20
1 19 2019-10-28 2020-05-08

Sentinel-One/brick :: deps/alleycat.py

92 stars
14 forks
2021→24
92 14 2021-06-07 2024-06-18

assafcarlsbad/brick :: deps/alleycat.py

5 stars
1 forks
2021→22
5 1 2021-05-19 2022-03-12

OraclePi/IDA_plugins :: mipsrop/mipsrop.py

personal use

0 stars
0 forks
2023
0 0 2023-07-14 2023-07-14

Ph0en1x-XMU/Ph0en1x-Team :: Reverse/ida/IDA Pro 7.5.201028 (x86,x64,ARM,ARM64,PPC,PPC64,MIPS)/python/examples/hexrays/vds3.py

2 stars
1 forks
2022
2 1 2022-06-02 2022-06-02

0xjacklove/XMicro :: python/examples/core/install_user_defined_prefix.py

Ida microcode dislodge ollvm

6 stars
5 forks
2020
6 5 2020-10-09 2020-10-09

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/python/examples/hexrays/vds5.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/python/examples/hexrays/vds5.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/python/examples/hexrays/vds5.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/python/examples/hexrays/vds6.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/python/examples/hexrays/vds6.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/python/examples/hexrays/vds6.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

malefs/security-smell-detector-python-gist :: gist-hash/793f7ddfc2393ffd0418/snippet.py

1 stars
5 forks
2019→20
1 5 2019-11-23 2020-07-26

PyEGo/exp-gist :: hard-gists-me/793f7ddfc2393ffd0418/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-ego/793f7ddfc2393ffd0418/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-reqs/793f7ddfc2393ffd0418/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

jiqiu2022/Tenet-IDA9.0 :: tenet/integration/ida_loader.py

Tenet的修复版本,支持了ida9.0,增加了类似LLDB的调试逻辑,优化了界面,增加了arm64的支持,以及ALSR部分的重写

176 stars
56 forks
2025
176 56 2025-04-13 2025-04-17

william965/Tenet-IDA9.0 :: tenet/integration/ida_loader.py

Tenet的修复版本,支持了ida9.0,增加了类似LLDB的调试逻辑,优化了界面,增加了arm64的支持,以及ALSR部分的重写

0 stars
0 forks
2025
0 0 2025-04-18 2025-06-04

joxeankoret/diaphora :: extras/diaphora_local.py

Diaphora, the most advanced Free and Open Source program diffing tool.

3894 stars
386 forks
2015→24
3894 386 2015-03-20 2024-11-24

mandiant/flare-ida :: plugins/shellcode_hashes_search_plugin.py

IDA Pro utilities from FLARE team

2342 stars
468 forks
2014→24
2342 468 2014-07-30 2024-10-29

idapython/src :: examples/decompiler/vds19.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

x64dbg/x64dbgida :: x64dbgida.py

Official x64dbg plugin for IDA Pro.

519 stars
51 forks
2016→24
519 51 2016-10-07 2024-09-24

tmr232/Sark :: plugins/quick_copy.py

IDAPython Made Easy

661 stars
100 forks
2015→25
661 100 2015-01-19 2025-02-22

airbus-cert/comida :: comida.py

An IDA Plugin that help analyzing module that use COM

215 stars
26 forks
2020→23
215 26 2020-02-07 2023-07-27

Comsecuris/ida_strcluster :: strcluster.py

extending IDA's string navigation capabilities

176 stars
29 forks
2017→20
176 29 2017-07-19 2020-10-25

mcdulltii/obfDetect :: obfDetect.py

IDA plugin to pinpoint obfuscated code

140 stars
14 forks
2021→22
140 14 2021-08-17 2022-04-29

techbliss/Python_editor :: 7.5/Add to plugins folder/Python_editor.py

Better CodeEditor for Ida Pro.

228 stars
65 forks
2015→20
228 65 2015-07-04 2020-12-25

xpko/xpko.github.io :: IDA/plugins/export_source_path.py

常用工具使用记录&填坑

33 stars
11 forks
2020→25
33 11 2020-06-19 2025-04-22

fireundubh/IDA7-Alleycat :: alleycat.py

Alleycat plugin by devttys0, ported to IDA 7

16 stars
8 forks
2018
16 8 2018-04-29 2018-04-29

patois/NECromancer :: NECromancer.py

IDA Pro V850 Processor Module Extension

33 stars
5 forks
2017→18
33 5 2017-08-20 2018-05-08

Kwansy98/find_xrefs :: find_xrefs.py

ida script for printing xrefs function call chains

4 stars
0 forks
2024→25
4 0 2024-11-04 2025-02-15

cseagle/ida_clemency :: clemency_dump.py

IDA cLEMENCy Tools

62 stars
12 forks
2017
62 12 2017-07-31 2017-07-31

cra0/ida-scripts :: plugins/cvutils-getoffset.py

Various IDA scripts I've created for Reverse engineering.

85 stars
15 forks
2022→24
85 15 2022-07-23 2024-10-29

naim94a/rebasedcomment :: rebased_comment.py

Comment rebasing for IDA Pro

24 stars
6 forks
2020
24 6 2020-04-05 2020-04-06

Russinovich/IDA7.5_SDK :: python/examples/core/install_user_defined_prefix.py

SDK and IDAPython for IDA Pro 7.5

2 stars
5 forks
2021
2 5 2021-09-01 2021-07-23

blacktop/symbolicator :: plugins/ida/symbolicate.py

`ipsw` symbolication signatures

62 stars
3 forks
2024→25
62 3 2024-07-17 2025-05-07

binarly-io/fwhunt-ida :: fwhunt.py

Helper tool for generating FwHunt compliant rules in IDA

9 stars
2 forks
2021→24
9 2 2021-09-25 2024-10-02

eset/DelphiHelper :: DelphiHelper.py

DelphiHelper is a python IDA Pro plugin aiming to help the analysis of x86/x86_64 binaries written in Delphi programming language.

100 stars
22 forks
2024→25
100 22 2024-12-19 2025-04-08

malpedia/malpedia-flossed :: plugins/malpediaflossed/FlossedIda.py

FLARE floss applied to all unpacked+dumped samples in Malpedia, pre-processed for further use.

55 stars
4 forks
2024→25
55 4 2024-01-11 2025-05-27

zeropointdynamics/zelos :: src/zelos/ext/plugins/overlay/zelos_ida.py

A comprehensive binary emulation and instrumentation platform.

413 stars
50 forks
2020→23
413 50 2020-03-02 2023-01-31

a1ext/ida-embed-arch-disasm :: ida-embed-arch-disasm.py

Allows IDA PRO to disassemble x86-64 code (WOW64) in 32-bit database

25 stars
9 forks
2018→21
25 9 2018-06-29 2021-12-27

metaworm/worm-ida :: plugins/wormtools.py

IDA实用插件(A utility plugin for IDA)

9 stars
2 forks
2019→21
9 2 2019-09-05 2021-10-12

19h/ida-plugins :: rcomdump/xcomdump.py

1 stars
0 forks
2025
1 0 2025-04-08 2025-04-08

Still34/IDAscope7 :: IDAscope.py

Fork of simpliFiRE.IDAscope; updated to be compatible with IDA 7.x

5 stars
2 forks
2020→21
5 2 2020-10-28 2021-01-27

yubie-re/ida-jm-xorstr-decrypt-plugin :: xorstr_decrypt.py

Attempts to decrypt JM Xorstr in some x64 binaries

55 stars
9 forks
2023
55 9 2023-02-23 2023-03-09

Cisco-Talos/DynDataResolver :: ddr_installer/install_data/ddr_plugin.py

227 stars
30 forks
2018→22
227 30 2018-12-10 2022-12-08

Bobo1239/RustSigGen :: ida-rust-plugin/ida-rust-plugin.py

2 stars
0 forks
2024→25
2 0 2024-12-01 2025-01-16

NoneShell/IDADelogger :: idadelog_plugin.py

A GUI plugin for IDA Pro that automatically analyzes logging function calls and renames functions based on extracted log message parameters.

3 stars
1 forks
2025
3 1 2025-04-29 2025-04-29

Goatman13/bextr-helper :: bextr_cmt.py

Create comment for bextr opcode with easy to read operation

1 stars
1 forks
2022
1 1 2022-11-30 2022-11-30

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/plugins/auto_re.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

thebabush/reversing-stuff :: ida_plugins/hyperv_gs_proc.py

Reversing stuff.

2 stars
1 forks
2019
2 1 2019-02-12 2019-02-18

czs108/Microsoft-Malware-Classification :: ida-plugin/classifier.py

🔍 "2015 Microsoft Malware Classification Challenge" - Using machine learning to classify malware into different families based on Windows PE structures, disassembly scripts and machine code.(“2015微软恶意软件分类挑战赛” - 使用机器学习基于Windows PE结构、反汇编和机器代码对恶意软件进行分类。)

26 stars
7 forks
2021→24
26 7 2021-07-17 2024-02-13

doyaGu/GooFramework :: scripts/ClassDumper.py

The WIP SDK for World of Goo 2.

0 stars
0 forks
2024
0 0 2024-08-10 2024-08-10

pfalcon/idapython :: Scripts/msdnapihelp.py

Automatically exported from code.google.com/p/idapython

18 stars
5 forks
2015
18 5 2015-04-14 2015-04-14

rand-tech/idaplugins :: navigator.py

16 stars
4 forks
2025
16 4 2025-05-27 2025-05-31

antonpasm/doelf :: doelf.py

A plugin for Hex-Ray's IDA Pro to produce ELF file with the symbols recognized to the ELF symbol table

8 stars
1 forks
2020→22
8 1 2020-10-30 2022-05-31

techbliss/ADB_Helper_QT_Super_version :: plugins/ADB_Helper_QT_Super.py

All You Need For Ida Pro And Android Debugging

63 stars
21 forks
2015
63 21 2015-01-17 2015-04-05

danigargu/heap-viewer :: heap_viewer.py

IDA Pro plugin to examine the glibc heap, focused on exploit development

750 stars
88 forks
2018→22
750 88 2018-05-07 2022-07-25

computerline1z/IDAPatcher6.1 :: idapatcher.py

IDA Patcher for v6.1

2 stars
3 forks
2014
2 3 2014-03-31 2014-03-31

HACK-THE-WORLD/IDAPluginList :: VulFi/vulfi.py

IDA插件集合,含项目名称及项目地址,每日定时Clone项目。

406 stars
45 forks
2022→24
406 45 2022-03-21 2024-09-21

FBLeee/IDA_GPT :: Model_xunfei/Gepetto_free.py

集成GPT或者deepseek免费API到IDA插件中,解释IDA反汇编代码,提高逆向效率,感谢免费开源项目。

67 stars
14 forks
2023→25
67 14 2023-04-26 2025-03-05

michal-kapala/dubRE :: plugins/funcdata_export.py

ML-driven function symbol extraction plugin for IDA Pro

8 stars
2 forks
2023→24
8 2 2023-05-23 2024-12-17

HACK-THE-WORLD/IDAPluginList :: CTO/cto_plugin.py

IDA插件集合,含项目名称及项目地址,每日定时Clone项目。

406 stars
45 forks
2022→24
406 45 2022-03-21 2024-09-21

gaasedelen/prefix :: plugin/ida_prefix.py

Function Prefixing for IDA Pro

149 stars
28 forks
2017→20
149 28 2017-05-22 2020-04-24

cellebrite-labs/FunctionInliner :: functioninliner.py

An IDA plugin that eases reversing of binaries that have been code-size-optimized with function outlining

210 stars
9 forks
2021→24
210 9 2021-09-13 2024-12-31

neoz/arm_ops :: arm_ops.py

8 stars
3 forks
2015→21
8 3 2015-02-04 2021-03-03

elastic/HexForge :: HexForge.py

This IDA plugin extends the functionality of the assembly and hex view. With this plugin, you can conveniently decode/decrypt/alter data directly from the IDA Pro interface.

82 stars
5 forks
2024→25
82 5 2024-08-28 2025-05-31

gistable/gistable :: all-gists/8bfa8e25f36e6f619247203d1bc0291b/snippet.py

GitHub gists and the dockerfiles needed to run them.

76 stars
23 forks
2018→23
76 23 2018-02-01 2023-02-11

CMUSTRUDEL/DIRE :: DIRE/prediction_plugin/decompiler/decompiler_scripts/predict_names.py

63 stars
14 forks
2019→25
63 14 2019-09-26 2025-05-30

ElvisBlue/emotet-deobfuscator :: emotet_deobfuscator.py

IDA plugin to deobfuscate emotet CFF

18 stars
5 forks
2021→22
18 5 2021-11-25 2022-04-26

lucamassarelli/yarasafe :: ida-pro-plugin/SAFE_plugin.py

SAFE embeddings to match functions in yara

100 stars
14 forks
2019→20
100 14 2019-04-01 2020-02-25

RomanRybachek/navigation_plugin :: navigation_plugin.py

This plugin helps to navigate among the large number of unexplored functions in the ida pro disassembler.

7 stars
2 forks
2023
7 2 2023-06-27 2023-09-03

zmrbak/IDAPython :: 配套代码/ida10/python/examples/hexrays/vds17.py

在线课程《IDAPython脚本化软件逆向分析入门》课程源码

10 stars
6 forks
2022
10 6 2022-05-02 2022-05-14

doronz88/ida-scripts :: objc_method_params.py

51 stars
7 forks
2023→25
51 7 2023-05-03 2025-05-18

alphanin9/CyberpunkReversing :: address-helper.py

Various reverse engineering stuff for Cyberpunk 2077 - because hosting it is more convenient here than on Discord

0 stars
0 forks
2024→25
0 0 2024-12-11 2025-02-18

The-Itach1/Audit :: MipsAudit/MipsAudit.py

使用idapython写的一个辅助二进制固件漏洞挖掘的代码审计脚本

47 stars
8 forks
2022
47 8 2022-08-03 2022-08-03

soggysec/psida :: psida/idb_push_plugin.py

7 stars
0 forks
2017→18
7 0 2017-11-28 2018-08-03

fox-it/mkYARA :: mkyara/ida/mkyara_plugin.py

Generating YARA rules based on binary code

210 stars
55 forks
2019→21
210 55 2019-03-28 2021-10-07

hellow554/RustyBlazer :: tools/ida_plugins/sb_helper.py

This repo will contain a complete decompilation of the Soul Blazer game by Square Enix

4 stars
0 forks
2022→25
4 0 2022-09-21 2025-04-01

mandiant/flare-ida :: plugins/apply_callee_type_plugin.py

IDA Pro utilities from FLARE team

2342 stars
468 forks
2014→24
2342 468 2014-07-30 2024-10-29

BinSigma/BinSourcerer :: BinSourcerer/IdaProTextExtractor_HRC.py

BinSourcerer

90 stars
28 forks
2014→22
90 28 2014-02-26 2022-03-01

o0Starley0o/HexRaysPlugins :: XrefTable.py

7 stars
2 forks
2019
7 2 2019-09-03 2019-09-09

archercreat/ida_names :: ida_names.py

IDA-names automatically renames pseudocode windows with the current function name.

58 stars
9 forks
2022
58 9 2022-09-13 2022-12-24

matthewrhannon/IDAPython-Automation-Scripts :: fix_cleanup.py

Various scripts written in IDAPython to perform various tasks to augment reverse engineering using IDA Pro. Most of the scripts perform some form of automation for signatures, deobfuscation, cleaning sections such as .pdata and RUNTIME_FUNCTION SEH exception handling, LLM Auto-Reversing Application (functions, variables, structures, etc..)

6 stars
5 forks
2024
6 5 2024-09-24 2024-09-24

JPCERTCC/GobRAT-Analysis :: YaraGenerateTool/YaraGene_GobRAT_MultiArch.py

0 stars
2 forks
2023
0 2 2023-11-27 2023-12-21

zmrbak/IDAPython :: 配套代码/ida10/python/examples/core/install_user_defined_prefix.py

在线课程《IDAPython脚本化软件逆向分析入门》课程源码

10 stars
6 forks
2022
10 6 2022-05-02 2022-05-14

zenyard/decompai-ida-public :: src/decompai_ida/plugin.py

1 stars
0 forks
2024→25
1 0 2024-12-16 2025-02-15

splishy-splash/RE-scripts :: reference_instruction.py

a small curation of created/stolen scripts for reverse engineering

12 stars
0 forks
2022→24
12 0 2022-04-09 2024-05-03

WanQingGit/IDA7script :: dsync.py

常用的比较实用的ida插件脚本

7 stars
3 forks
2021
7 3 2021-03-21 2021-04-03

danigargu/syms2elf :: syms2elf.py

A plugin for Hex-Ray's IDA Pro and radare2 to export the symbols recognized to the ELF symbol table

208 stars
43 forks
2016→22
208 43 2016-03-03 2022-08-17

LucienMP/idapro_m6502 :: plugins/m6502plugin.py

Extends existing support in IDA Pro for the m6502 by adding gdb XML support, and step-over and type information support

1 stars
1 forks
2020
1 1 2020-11-10 2020-11-10

hoangcuongflp/Stuff :: ida-master/plugins/mipslocalvars/mipslocalvars.py

because I've orderliness obsession :(

6 stars
7 forks
2015→14
6 7 2015-10-12 2014-12-22

junron/auto-enum :: plugin/auto_enum.py

IDA/Binary Ninja Plugin to automatically identify and set enums for standard functions

428 stars
19 forks
2024→25
428 19 2024-05-05 2025-05-28

manesec/tools4mane :: Script/IDA Plugin/AutoLoadXmlRPC.py

Some tools/script make by mane to help for pentest.

4 stars
1 forks
2022→25
4 1 2022-02-01 2025-06-01

carlosgprado/MILF :: milf.py

An IDA Pro swiss army knife (with a sexy name!)

56 stars
15 forks
2012→13
56 15 2012-06-06 2013-03-15

dockerizeme/dockerizeme :: hard-gists/b5e7a80691ed5e44e7fea1964bae18dc/snippet.py

Automatically generate environment configurations as Dockerfiles

27 stars
19 forks
2018→22
27 19 2018-08-12 2022-12-07

grimdoomer/DeadRisingArcTool :: DeadRisingArcTool/IDA/SSEHelper.py

Modding tools for Dead Rising .arc files

14 stars
6 forks
2020→25
14 6 2020-04-17 2025-03-27

19h/ida-plugins :: exportdecomp/exportdecomp.py

1 stars
0 forks
2025
1 0 2025-04-08 2025-04-08

NL2Code/CodeS :: cleaned_repos/LazyIDA-master/LazyIDA.py

22 stars
4 forks
2024
22 4 2024-03-25 2024-07-20

move47/Advanced-Topics-in-Malware-Analysis :: Lab #3/def_use_plugin.py

Course material for CS 6747: Advanced Topics in Malware Analysis

0 stars
0 forks
2023
0 0 2023-08-22 2023-08-23

partoftheworlD/IDA7py_FunctionStringAssociate :: functionstringassociate.py

It does the same thing as plugin FunctionStringAssociate, but don't need to compile the plugin or download from somewhere for x86 and x64. Now the script just works, in the future it is planned to increase the speed of work and bring it closer to the speed of the plugin.

8 stars
3 forks
2018→24
8 3 2018-06-12 2024-01-15

idapython/src :: examples/misc/merge/py_mex1.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

D1ag0n-Young/PwnPatcher :: PwnPatcher.py

A quick fix tool for pwn

6 stars
0 forks
2023
6 0 2023-09-20 2023-09-25

tde-nico/ida-nop-plugin :: nop.py

0 stars
0 forks
2025
0 0 2025-05-26 2025-05-26

interruptlabs/heimdallr-ida :: heimdallr.py

A IDA plugin to enable linking to locations in an IDB with a disas:// URI

32 stars
4 forks
2023
32 4 2023-01-16 2023-10-18

HyperionGray/DriverBuddy-7.4-plus :: DriverBuddy.py

A port of NCCGroupd DriverBuddy project to IDA 7.4

0 stars
0 forks
2020
0 0 2020-06-22 2020-06-22

williballenthin/idawilli :: plugins/plugin-manager/idapro_plugin_manager/__main__.py

IDA Pro resources, scripts, and configurations

113 stars
27 forks
2016→25
113 27 2016-12-14 2025-06-04

riskeco/Match4IDA :: match4ida.py

9 stars
4 forks
2023
9 4 2023-09-07 2023-09-14

miunasu/REAI_IDA :: REAI_plugin.py

Use idapython create call topology, AI analysis function layer by layer. Get the target function conclusion.利用idapython创建函数调用拓扑,AI逐层分析函数,最终总结目标函数的功能。

2 stars
1 forks
2025
2 1 2025-04-17 2025-05-20

N3rdL0rd/EchoDecomp :: utils/rizzo.py

A WIP decompilation of Echo Arena and the RAD15/14 engine

3 stars
0 forks
2024
3 0 2024-05-30 2024-11-10

SapphireServer/ffxiv-ida-scripts :: xiv/ffxiv-exdgetters.py

Useful scripts for the lazy developer

11 stars
5 forks
2019→21
11 5 2019-02-26 2021-03-27

computerline1z/IDAPatcher6.1 :: idapatcher-r1.1.2.py

IDA Patcher for v6.1

2 stars
3 forks
2014
2 3 2014-03-31 2014-03-31

idiom/stackstack :: src/stackstack.py

31 stars
4 forks
2021→22
31 4 2021-04-15 2022-04-24

Xunhaoz/CodeLamaDecompiler :: 6. IDA plugin/CodeLlamaDecompilerPlugin.py

0 stars
0 forks
2024
0 0 2024-08-11 2024-08-11

0xMirasio/IDALibcAutoFlags :: autolibcflags.py

a simple plugin that replace decimals flags with enum on standard libc function

9 stars
3 forks
2023→24
9 3 2023-02-11 2024-03-11

Russinovich/IDA7.5_SDK :: python/examples/hexrays/vds11.py

SDK and IDAPython for IDA Pro 7.5

2 stars
5 forks
2021
2 5 2021-09-01 2021-07-23

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/plugins/keypatch.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

Shenmarukai/IdaClass :: src/OOAnalyzer.py

0 stars
0 forks
2025
0 0 2025-03-05 2025-03-05

Titvt/BetterIDA :: BetterIDA.py

Make IDA Better!

1 stars
0 forks
2023→24
1 0 2023-11-08 2024-11-21

tmr232/BRUTAL-IDA :: brutal_ida.py

Block Redo & Undo To Achieve Legacy IDA

62 stars
11 forks
2019
62 11 2019-07-31 2019-08-01

junjiexing/XCopy :: XCopy.py

A plug-in to enhance IDA's copy function

1 stars
1 forks
2022
1 1 2022-12-28 2022-12-28

z1r00/dia2ol :: diaphora/extras/diaphora_local.py

online diff

6 stars
1 forks
2024
6 1 2024-12-11 2024-12-31

Ph0en1x-XMU/Ph0en1x-Team :: Reverse/ida/IDA Pro 7.5.201028 (x86,x64,ARM,ARM64,PPC,PPC64,MIPS)/python/examples/core/install_user_defined_prefix.py

2 stars
1 forks
2022
2 1 2022-06-02 2022-06-02

ntt-zerolab/Xunpack :: zelos/src/zelos/ext/plugins/overlay/zelos_ida.py

Artifacts for our RAID 2023 paper, "Xunpack: Cross-Architecture Unpacking for Linux IoT Malware"

14 stars
3 forks
2023
14 3 2023-06-28 2023-10-12

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/plugins/auto_re.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/plugins/auto_re.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

Teijen/Personal-Microsoft-Malware-Classification :: ida-plugin/classifier.py

A personal repo to get around Fork file size upload limitations. See https://github.com/Teijen/Microsoft-Malware-Classification for original fork and history.

0 stars
0 forks
2024→25
0 0 2024-09-16 2025-02-27

leonail1/Microsoft-Malware-Classification :: ida-plugin/classifier.py

0 stars
0 forks
2024
0 0 2024-12-05 2024-12-05

merydwin/idascrtipt :: Scripts/msdnapihelp.py

1 stars
0 forks
2015
1 0 2015-06-25 2015-06-25

mxmssh/idapython :: Scripts/msdnapihelp.py

Automatically exported from code.google.com/p/idapython

0 stars
0 forks
2015
0 0 2015-04-10 2015-04-10

hoyori/idapython :: Scripts/msdnapihelp.py

Automatically exported from code.google.com/p/idapython

1 stars
1 forks
2015
1 1 2015-04-04 2015-04-04

Hehouhua/idapython :: Scripts/msdnapihelp.py

Automatically exported from code.google.com/p/idapython

0 stars
0 forks
2016
0 0 2016-04-08 2016-04-08

PyEGo/exp-gist :: hard-gists-me/8bfa8e25f36e6f619247203d1bc0291b/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-ego/8bfa8e25f36e6f619247203d1bc0291b/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-reqs/8bfa8e25f36e6f619247203d1bc0291b/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-ego-s2/8bfa8e25f36e6f619247203d1bc0291b/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/python/examples/hexrays/vds17.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/python/examples/hexrays/vds17.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/python/examples/hexrays/vds17.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

BinSigma/BinSourcerer :: IDA Pro Plugin/IdaProTextExtractor_HRC.py

BinSourcerer

90 stars
28 forks
2014→22
90 28 2014-02-26 2022-03-01

binsrc/BinSourcerer :: BinSourcerer/IdaProTextExtractor_HRC.py

Assembly to Source Code Matching Framework

3 stars
6 forks
2015
3 6 2015-02-04 2015-02-04

binsrc/BinSourcerer :: IDA Pro Plugin/IdaProTextExtractor_HRC.py

Assembly to Source Code Matching Framework

3 stars
6 forks
2015
3 6 2015-02-04 2015-02-04

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/python/examples/core/install_user_defined_prefix.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/python/examples/core/install_user_defined_prefix.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/python/examples/core/install_user_defined_prefix.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

malefs/security-smell-detector-python-gist :: gist-src/b5e7a80691ed5e44e7fea1964bae18dc.py

1 stars
5 forks
2019→20
1 5 2019-11-23 2020-07-26

malefs/security-smell-detector-python-gist :: gist-hash/b5e7a80691ed5e44e7fea1964bae18dc/snippet.py

1 stars
5 forks
2019→20
1 5 2019-11-23 2020-07-26

PyEGo/exp-gist :: hard-gists-me/b5e7a80691ed5e44e7fea1964bae18dc/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-ego/b5e7a80691ed5e44e7fea1964bae18dc/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

Ph0en1x-XMU/Ph0en1x-Team :: Reverse/ida/IDA Pro 7.5.201028 (x86,x64,ARM,ARM64,PPC,PPC64,MIPS)/python/examples/hexrays/vds11.py

2 stars
1 forks
2022
2 1 2022-06-02 2022-06-02

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/plugins/keypatch.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/plugins/keypatch.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

mandiant/flare-ida :: plugins/stackstrings_plugin.py

IDA Pro utilities from FLARE team

2342 stars
468 forks
2014→24
2342 468 2014-07-30 2024-10-29

tmr232/Sark :: plugins/lca.py

IDAPython Made Easy

661 stars
100 forks
2015→25
661 100 2015-01-19 2025-02-22

panda-re/panda :: panda/plugins/ida_taint2/hexrays_ida_taint2.py

Platform for Architecture-Neutral Dynamic Analysis

2600 stars
492 forks
2013→25
2600 492 2013-08-23 2025-05-28

BinaryAnalysisPlatform/bap-ida-python :: plugins/bap/plugins/bap_comments.py

integration with IDA

92 stars
31 forks
2016→21
92 31 2016-06-10 2021-05-27

FriedAppleTeam/FRAPL :: Framework/FridaLink/FridaLink.py

FRAPL Framework

151 stars
24 forks
2016
151 24 2016-10-24 2016-12-26

synacktiv/dotNIET :: dotNIET_plugin.py

104 stars
11 forks
2021
104 11 2021-03-01 2021-06-30

alexhude/uEmu :: uEmu.py

Tiny cute emulator plugin for IDA based on unicorn.

1170 stars
181 forks
2017→24
1170 181 2017-08-08 2024-08-13

Kvancy/ComprehendAI :: ComprehendAI.py

An AI plugin for assisting IDA reverse analysis, which facilitates quickly summarizing the functions of code and accelerates the analysis efficiency.

84 stars
23 forks
2025
84 23 2025-03-04 2025-04-16

AzzOnFire/emuit :: emuit.py

Easy-to-use IDA plugin for code emulation

33 stars
2 forks
2022→24
33 2 2022-12-28 2024-05-06

shemesh999/oregami :: offreg_plugin.py

IDA plugins and scripts for analyzing register usage frame

181 stars
22 forks
2020→23
181 22 2020-03-16 2023-06-08

yoavst/Graffiti :: backends/ida/graffiti.py

Create customized callgraph directly from your favorite IDE

65 stars
14 forks
2022→25
65 14 2022-06-11 2025-03-18

Hipepper/antiVM :: antiVM.py

Ida pro plugin. The antiVM aims to quickly identify anti-virtual machine and anti-sandbox behavior. This can speed up malware analysis.

41 stars
11 forks
2022
41 11 2022-09-01 2022-09-02

pfalcon/idapython :: Scripts/VirusTotal.py

Automatically exported from code.google.com/p/idapython

18 stars
5 forks
2015
18 5 2015-04-14 2015-04-14

KasperskyLab/Apihashes :: apihashesv2.py

IDA Pro plugin for recognizing known hashes of API function names

81 stars
15 forks
2022
81 15 2022-05-12 2022-05-12

grayhatacademy/ida :: plugins/rizzo/rizzo.py

1355 stars
358 forks
2013→23
1355 358 2013-10-16 2023-10-23

joeleong/ida-referee :: referee.py

117 stars
28 forks
2017→24
117 28 2017-08-18 2024-08-11

Synacktiv-contrib/kernelcache-laundering :: aarch64_pac.py

load iOS12 kernelcaches and PAC code in IDA

60 stars
11 forks
2018
60 11 2018-10-01 2018-10-04

rcx/ida-scripts :: plugins/HexRaysPyTools.py

Collection of IDA Pro/Hex-Rays configs, scripts, and plugins

23 stars
8 forks
2018→20
23 8 2018-08-01 2020-03-20

LAC-Japan/IDA_Plugin_AntiDebugSeeker :: sources/python/ver1.0/AntiDebugSeeker.py

Automatically identify and extract potential anti-debugging techniques used by malware.

157 stars
14 forks
2023→24
157 14 2023-09-11 2024-11-22

HongThatCong/LazyIDA :: LazyIDA.py

22 stars
5 forks
2020→24
22 5 2020-08-09 2024-03-14

stuxnet147/IDA-Assistant :: IDA_Assistant.py

IDA plugin to support automatic reverse engineering

65 stars
10 forks
2024→25
65 10 2024-03-13 2025-02-28

alexander-hanel/msdocsviewer :: ida_plugin/msdocviewida.py

msdocsviewer is a simple tool that parses Microsoft's win32 API and driver documentation to be used within IDA.

151 stars
16 forks
2023
151 16 2023-10-22 2023-12-29

intbjw/gen_frida :: gen_frida.py

IDA插件,用于生成 frida hook 代码

9 stars
0 forks
2025
9 0 2025-01-10 2025-01-10

vmallet/ida-describekey :: describekey.py

IDA plugin to quickly learn what a shortcut does

10 stars
3 forks
2022
10 3 2022-04-08 2022-04-08

AlexAltea/ida :: plugins/alleycat/alleycat.py

Collection of IDA Python plugins/scripts/modules

11 stars
1 forks
2017
11 1 2017-12-23 2017-12-24

paradiseduo/ida-swift-demangle :: testSwift.py

A tool to demangle Swift function names in IDA.

6 stars
4 forks
2021
6 4 2021-07-15 2021-07-30

Rhythm113/Tools :: ioctl_plugin.py

Simple Tools For Game Hacking Purpose & Others

4 stars
2 forks
2021→23
4 2 2021-04-28 2023-10-31

taida957789/ida-mcp-server-plugin :: ida-mcp-server.py

IDA Pro Plugin for serving MCP SSE server for cursor / claude

126 stars
26 forks
2025
126 26 2025-03-25 2025-05-26

securisec/mixto-scripts :: mixto-ida/mixto_ida_py3.py

Repo holds scripts to integrate with other tools

1 stars
1 forks
2020→25
1 1 2020-12-15 2025-05-12

Asteria-BCSD/Asteria :: ASTExtraction/Asteria_ida_plugin.py

60 stars
15 forks
2020→23
60 15 2020-06-14 2023-10-17

CKCat/AndDbgHelper :: AndDbgHelper.py

2 stars
2 forks
2025
2 2 2025-01-17 2025-05-21

cellebrite-labs/LabSync :: labsync.py

An IDA plugin that can be used to partially synchronize IDBs between different users reversing the same binaries

126 stars
7 forks
2024→25
126 7 2024-12-31 2025-01-08

rr-/ida-images :: rgb-ida.py

Image preview plugin for IDA disassembler.

58 stars
13 forks
2015→22
58 13 2015-03-16 2022-09-17

medigateio/ida_medigate :: plugins/ida-referee/referee.py

Medigate plugin for c++ reverse engineering and other utils

284 stars
36 forks
2020→23
284 36 2020-09-30 2023-05-25

richor1042/IDAFuncOutline :: funcOutline.py

Resume FuncOutline by idapython

28 stars
6 forks
2024
28 6 2024-08-13 2024-08-20

hoangcuongflp/Stuff :: ida-master/plugins/alleycat/alleycat.py

because I've orderliness obsession :(

6 stars
7 forks
2015→14
6 7 2015-10-12 2014-12-22

0xba1100n/VxhunterIDAForkForPython3HighVersion :: vxhunter_core_py3.py

修复停止维护的Vxhunter IDA插件项目在python3高些的版本下运行的若干问题

9 stars
2 forks
2024
9 2 2024-08-25 2024-08-26

SouhailHammou/IDARay-Plugin :: idaray.py

IDARay is an IDA Pro plugin that matches the database against multiple YARA files which themselves may contain multiple rules.

18 stars
2 forks
2018
18 2 2018-10-26 2018-11-16

tomer132246/IDATopaqueminator :: Topaqueminator.py

IDA plugin for simple opaque predicates removal using symbolic execution with angr

3 stars
2 forks
2023
3 2 2023-08-10 2023-09-19

david-lazar/IDAPatternSearch :: IDAPatternSearch_utils/IDAPatternSearch.py

IDAPatternSearch adds a capability of finding functions according to bit-patterns into the well-known IDA Pro disassembler based on Ghidra’s function patterns format.

63 stars
10 forks
2021
63 10 2021-08-25 2021-09-14

xerub/idastuff :: arm64/Simp7.py

IDA Pro/Hexrays plugins

132 stars
34 forks
2017→18
132 34 2017-04-05 2018-10-02

iancohee/ghidra-sre :: Extensions/IDAPro/Python/6xx/loaders/xmlldr.py

Patched NSA Reverse Engineering Tool

5 stars
4 forks
2019
5 4 2019-03-06 2019-03-06

oacia/stalker_trace_so :: stalker_trace_so.py

一个IDA插件,利用frida-stalker在加载so时打印出所有函数调用,解决frida-trace无法在so加载时trace的问题

176 stars
48 forks
2023→25
176 48 2023-11-17 2025-05-16

williballenthin/idawilli :: scripts/add_segment/add_segment.py

IDA Pro resources, scripts, and configurations

113 stars
27 forks
2016→25
113 27 2016-12-14 2025-06-04

danigargu/ida-scripts :: cyclomatic_complexity.py

Misc IDA Pro scripts

24 stars
7 forks
2016
24 7 2016-09-21 2016-10-17

sfinktah/idarest75 :: idarest/idarest.py

0 stars
0 forks
2021→22
0 0 2021-09-19 2022-06-29

tmr232/ida-plugins :: quick_copy/quick_copy.py

IDA Pro Plugins

19 stars
9 forks
2015
19 9 2015-05-27 2015-05-31

oct0xor/ida-emotionengine :: ida-emotionengine.py

IDA Pro plugin that implements disassembly of PlayStation 2 COP2 MIPS instructions

27 stars
7 forks
2022
27 7 2022-07-05 2022-07-11

sean2077/311SireCustomizedPackageDev :: ida-scripts/311mem_tool.py

Learn to make scp (Sire Customized Package) for game "‎Sangokushi XI Power-up Kit"(san11pk) by KOEI. Inspired by https://github.com/sjn4048/311MemoryResearch.

4 stars
0 forks
2024
4 0 2024-07-05 2024-07-12

zmrbak/IDAPython :: 配套代码/ida10/python/examples/hexrays/vds21.py

在线课程《IDAPython脚本化软件逆向分析入门》课程源码

10 stars
6 forks
2022
10 6 2022-05-02 2022-05-14

mrexodia/REToolSync :: plugins/IDA/REToolSync.py

Collaboration platform for reverse engineering tools.

40 stars
5 forks
2022→24
40 5 2022-08-09 2024-12-20

Chordp/PatternGen :: PatternGen.py

99 stars
42 forks
2020→22
99 42 2020-07-02 2022-04-05

thalium/ida_kmdf :: wdf_plugin/wdf_plugin.py

75 stars
9 forks
2023→25
75 9 2023-05-09 2025-03-02

Skwteinopteros/ida-venv :: ida_venv.py

An IDA Pro plugin to allow use of Python venvs

15 stars
1 forks
2024
15 1 2024-01-25 2024-10-04

miaubiz/type_copier :: type_copier.py

ida pro type copying plugin

9 stars
2 forks
2015
9 2 2015-04-20 2015-04-20

shemesh999/oregami :: oregami_plugin.py

IDA plugins and scripts for analyzing register usage frame

181 stars
22 forks
2020→23
181 22 2020-03-16 2023-06-08

DSecurity/crauEmu :: crauEmu.py

crauEmu is an uEmu extension for developing and analyzing payloads for code-reuse attacks

110 stars
14 forks
2019
110 14 2019-11-11 2019-12-11

bricktea/BDSDevHelper :: BDSDevHelper.py

An IDA plugin to help you develop bedrock dedicated server.

14 stars
2 forks
2022→23
14 2 2022-06-23 2023-06-09

thelongestusernameofall/dbgStrCmtor :: dbgStrCmtor.py

27 stars
22 forks
2016
27 22 2016-06-27 2016-10-21

airbus-cert/etwbreaker :: etwbreaker.py

An IDA plugin to deal with Event Tracing for Windows (ETW)

55 stars
15 forks
2020→22
55 15 2020-05-29 2022-07-08

AlexWMF/trash_jump :: trash_jump.py

This plugin allows to jump at specific address inside a string with trash inside

4 stars
2 forks
2015→17
4 2 2015-12-28 2017-08-25

beerandgin/InitialAnalysis :: InitialAnalysis.py

IDA Script for Initial Analysis from Several Sources Turned Into A Plugin

0 stars
0 forks
2019→18
0 0 2019-03-08 2018-03-07

The-Itach1/Audit :: ArmAudit/ArmAudit.py

使用idapython写的一个辅助二进制固件漏洞挖掘的代码审计脚本

47 stars
8 forks
2022
47 8 2022-08-03 2022-08-03

andreafioraldi/IdaMSDNHelp :: IdaMSDNHelp.py

IdaPython plugin to open MSDN Help Search page

3 stars
2 forks
2017
3 2 2017-09-19 2017-09-19

AzzOnFire/yarka :: yarka.py

IDA plugin for YARA signature creation

11 stars
2 forks
2023→24
11 2 2023-11-25 2024-10-19

ZjW1nd/Better-printk-IDA9 :: better_printk.py

Better printk display plugin for IDA (9.0).

5 stars
0 forks
2025
5 0 2025-01-21 2025-02-28

y0ug/gracewire_research :: tools/ida_grace_core_deobfucation.py

0 stars
0 forks
2022
0 0 2022-11-15 2022-11-15

19h/ida-plugins :: comdump/comdump.py

1 stars
0 forks
2025
1 0 2025-04-08 2025-04-08

BinaryAnalysisPlatform/bap-ida-python :: plugins/bap/plugins/bap_clear_comments.py

integration with IDA

92 stars
31 forks
2016→21
92 31 2016-06-10 2021-05-27

L4ys/LazyIDA :: LazyIDA.py

Make your IDA Lazy!

1250 stars
183 forks
2016→25
1250 183 2016-06-12 2025-04-03

laqieer/laqieer-fehack :: sync_to_febuilder_disassembler/sync_to_febuilder_disassembler.py

Miscellaneous Fire Emblem (Game Boy Advance) hacking stuff

3 stars
1 forks
2016→24
3 1 2016-12-10 2024-09-14

Introspelliam/ida-python :: Scripts/VirusTotal.py

3 stars
0 forks
2019
3 0 2019-03-17 2019-03-17

gistable/gistable :: all-gists/c6936d219db8e6635d25/snippet.py

GitHub gists and the dockerfiles needed to run them.

76 stars
23 forks
2018→23
76 23 2018-02-01 2023-02-11

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/plugins/BinCAT/python/idabincat/bcplugin.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

ri-char/PwnWithIDA :: remoteIdaPlugin/remoteIDA.py

A IDA plugin with a python library which allows you to pwn using IDA more easily in CTF challenge.

8 stars
3 forks
2020→21
8 3 2020-12-28 2021-01-27

Finch4/Malware-Analysis-Reports :: IDA_Preview_Function_Capabilities.py

My Malware Analysis Reports

20 stars
2 forks
2021→22
20 2 2021-01-03 2022-05-24

seritools/ida-settings :: plugins/IDARustDemangler.py

0 stars
0 forks
2023
0 0 2023-01-11 2023-06-08

matthewrhannon/IDAPython-Automation-Scripts :: rdata_fix.py

Various scripts written in IDAPython to perform various tasks to augment reverse engineering using IDA Pro. Most of the scripts perform some form of automation for signatures, deobfuscation, cleaning sections such as .pdata and RUNTIME_FUNCTION SEH exception handling, LLM Auto-Reversing Application (functions, variables, structures, etc..)

6 stars
5 forks
2024
6 5 2024-09-24 2024-09-24

joydo/d810 :: D810.py

220 stars
33 forks
2021→23
220 33 2021-04-15 2023-12-20

jonpalmisc/ida_graphviz_export :: graphviz.py

Export control flow graphs from IDA as Graphviz DOT code

5 stars
3 forks
2024
5 3 2024-05-10 2024-05-11

19h/ida-plugins :: frIDA/frIDA.py

1 stars
0 forks
2025
1 0 2025-04-08 2025-04-08

LAC-Japan/IDA_Plugin_AntiDebugSeeker :: sources/python/ver1.3/AntiDebugSeeker.py

Automatically identify and extract potential anti-debugging techniques used by malware.

157 stars
14 forks
2023→24
157 14 2023-09-11 2024-11-22

Goatman13/ida_fix_ppc_r0 :: ppc_r0_fix.py

Fix PowerPC ld/std disassembly when RA = 0

0 stars
0 forks
2025
0 0 2025-05-22 2025-05-22

Russinovich/IDA7.5_SDK :: python/examples/hexrays/vds10.py

SDK and IDAPython for IDA Pro 7.5

2 stars
5 forks
2021
2 5 2021-09-01 2021-07-23

20000s/app_practise :: 企业微信/re_qywx/traceNatives.py

我逆过的一些app

51 stars
21 forks
2022
51 21 2022-02-15 2022-11-02

veritas501/iidada :: iidada_plugin.py

Merge multi binaries into one IDA database.

24 stars
0 forks
2022
24 0 2022-01-11 2022-01-18

zhouzhicun/ida-scripts :: python/IDA/IDAScripts/plugin_zzSearchCode.py

ida相关脚本,包括字符串解密,BR/BLR混淆, 常见加密算法实现。

4 stars
4 forks
2024
4 4 2024-09-10 2024-09-18

runope/reserve_android_notes :: ida/scripts/traceNatives.py

6 stars
2 forks
2022
6 2 2022-04-25 2022-08-09

merydwin/idascrtipt :: Scripts/VirusTotal.py

1 stars
0 forks
2015
1 0 2015-06-25 2015-06-25

mxmssh/idapython :: Scripts/VirusTotal.py

Automatically exported from code.google.com/p/idapython

0 stars
0 forks
2015
0 0 2015-04-10 2015-04-10

hoyori/idapython :: Scripts/VirusTotal.py

Automatically exported from code.google.com/p/idapython

1 stars
1 forks
2015
1 1 2015-04-04 2015-04-04

Hehouhua/idapython :: Scripts/VirusTotal.py

Automatically exported from code.google.com/p/idapython

0 stars
0 forks
2016
0 0 2016-04-08 2016-04-08

userlandkernel/iOS-Firmware-Changes :: iPhone11Pro/aarch64_pac.py

23 stars
6 forks
2018→20
23 6 2018-12-15 2020-04-30

Varshith-JV-1410/IDA-pro-MCP-server :: ida-mcp-server.py

1 stars
0 forks
2025
1 0 2025-05-03 2025-05-06

xx-an/DSV :: lib/ghidra_9.0.4/Extensions/IDAPro/Python/6xx/loaders/xmlldr.py

0 stars
0 forks
2021
0 0 2021-01-28 2021-04-04

DamianFekete/NSA-Ghidra :: Extensions/IDAPro/Python/6xx/loaders/xmlldr.py

0 stars
0 forks
2019
0 0 2019-03-06 2019-03-06

fengjixuchui/decompile :: bin/ghidra_9.0_PUBLIC_20190228/Extensions/IDAPro/Python/6xx/plugins/xmlldr.py

反编译工具集锦--持续收集

1 stars
19 forks
2019→20
1 19 2019-10-28 2020-05-08

fengjixuchui/decompile :: bin/ghidra_9.0_PUBLIC_20190228/Extensions/IDAPro/Python/6xx/loaders/xmlldr.py

反编译工具集锦--持续收集

1 stars
19 forks
2019→20
1 19 2019-10-28 2020-05-08

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/python/examples/hexrays/vds21.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/python/examples/hexrays/vds21.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/python/examples/hexrays/vds21.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

PyEGo/exp-gist :: hard-gists-me/c6936d219db8e6635d25/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-ego/c6936d219db8e6635d25/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-reqs/c6936d219db8e6635d25/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-ego-s2/c6936d219db8e6635d25/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/plugins/BinCAT/python/idabincat/bcplugin.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/plugins/BinCAT/python/idabincat/bcplugin.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

zhkl0228/d810 :: D810.py

D-810 is an IDA Pro plugin which can be used to deobfuscate code at decompilation time by modifying IDA Pro microcode.

51 stars
10 forks
2021
51 10 2021-09-26 2021-10-05

CKCat/d810 :: D810.py

fork 自 https://gitlab.com/eshard/d810 添加了参考文章、测试样本,作为备份。

12 stars
4 forks
2021
12 4 2021-08-04 2021-11-18

lemon4ex/d810 :: D810.py

fork 自 https://gitlab.com/eshard/d810 添加了参考文章、测试样本,作为备份

5 stars
5 forks
2022
5 5 2022-07-24 2022-07-24

Jamie793/IDA-Plugin-D810-Obfs :: D810.py

4 stars
0 forks
2022
4 0 2022-08-02 2022-08-02

Ph0en1x-XMU/Ph0en1x-Team :: Reverse/ida/IDA Pro 7.5.201028 (x86,x64,ARM,ARM64,PPC,PPC64,MIPS)/python/examples/hexrays/vds10.py

2 stars
1 forks
2022
2 1 2022-06-02 2022-06-02

williballenthin/idawilli :: plugins/navband_visited/navband_visited.py

IDA Pro resources, scripts, and configurations

113 stars
27 forks
2016→25
113 27 2016-12-14 2025-06-04

idapython/src :: examples/decompiler/vds6.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

polymorf/findcrypt-yara :: findcrypt3.py

IDA pro plugin to find crypto constants (and more)

1512 stars
257 forks
2017→24
1512 257 2017-03-20 2024-11-19

herosi/CTO :: cto_func_lister_plugin.py

Call Tree Overviewer

367 stars
38 forks
2021→25
367 38 2021-10-06 2025-04-02

lj94093/IDAAndroidBreakpoint :: AndroidBreakpoint.py

IDA plugin aid to set android so breakpoint

32 stars
8 forks
2017
32 8 2017-12-08 2017-12-09

zhkl0228/AndroidAttacher :: src/AndroidAttacher.py

IDA debugging plugin for android armv7 so

87 stars
18 forks
2017→18
87 18 2017-09-15 2018-10-04

angr/patcherex :: ida_plugin/patcherex_ida_main.py

Shellphish's automated patching engine, originally created for the Cyber Grand Challenge.

256 stars
46 forks
2016→25
256 46 2016-08-20 2025-03-21

kyrus/ida-translator :: translator.py

A plugin for IDA Pro that assists in decoding arbitrary character sets in an IDA Pro database into Unicode, then automatically invoking a web-based translation service (currently Google Translate) to translate that foreign text into English.

52 stars
13 forks
2013→15
52 13 2013-01-16 2015-02-09

nihilus/IDASimulator :: src/plugins/idasimulator.py

IDASimulator is a plugin that extends IDA's conditional breakpoint support, making it easy to augment / replace complex executable code inside a debugged process with Python code. Specifically, IDASimulator makes use of conditional breakpoints in the IDA debugger to hijack the execution flow of a process and invoke Python handler functions whenever particular code blocks are executed. With support for multiple target architectures, it handles details such as register initialization, memory allocation, pointers, function arguments and return values seamlessly and transparently, making it easy to replace, modify and subvert existing functionality (or lack thereof) in the target process. IDASimulator also includes the IDASim python module, on which IDASimulator is based. This allows for all of the features of IDASimulator to be integrated into more complex IDAPython scripts. IDASimulator currently supports the x86, x86_64, ARM and MIPS32 architectures. Porting to other architectures is very easy.

46 stars
14 forks
2014
46 14 2014-09-02 2014-09-02

trichimtrich/ofb :: ofb.py

offset from base, idapython

5 stars
0 forks
2021
5 0 2021-02-07 2021-06-15

cxiao/ida-rust-untangler :: ida_rust_untangler.py

An IDA plugin which demangles Rust function names

33 stars
4 forks
2023
33 4 2023-05-31 2023-12-11

gilboz/ida_kernelcache_ng :: ida_kernelcache/ida_plugin.py

30 stars
2 forks
2024→25
30 2 2024-12-15 2025-05-07

mahmoudimus/ida-keybinder :: keybinder.py

Emacs-like keybinding sequences for IDA Pro.

1 stars
0 forks
2024
1 0 2024-08-02 2024-08-02

RolfRolles/FinSpyVM :: FinSpyDeob.py

Static unpacker for FinSpy VM

101 stars
26 forks
2018→21
101 26 2018-01-23 2021-07-11

PAGalaxyLab/vxhunter :: firmware_tools/vxhunter_ida_py3.py

ToolSet for VxWorks Based Embedded Device Analyses

358 stars
76 forks
2017→24
358 76 2017-12-01 2024-09-24

idapython/src :: examples/misc/cvt64/py_cvt64_sample.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

tomsons26/tomsons_RE_scripts :: cfs.py

13 stars
4 forks
2017→25
13 4 2017-04-02 2025-01-27

Comsecuris/gdbida :: ida_gdb_bridge.py

gdbida - a visual bridge between a GDB session and IDA Pro's disassembler

181 stars
28 forks
2017→18
181 28 2017-03-27 2018-04-23

veritas501/pwndbg_ida_xmlrpc :: pwndbg_xmlrpc.py

plugin format https://github.com/pwndbg/pwndbg/blob/dev/ida_script.py

3 stars
1 forks
2020
3 1 2020-11-04 2020-11-04

IDAPluginProject/d810 :: D810.py

D-810 is an IDA Pro plugin which can be used to deobfuscate code at decompilation time by modifying IDA Pro microcode.

10 stars
3 forks
2022→24
10 3 2022-04-07 2024-07-30

bloerwald/Analyze-a-tron-2000 :: ida/plugins/AutoRenameMethod.py

tiny tools/scripts for static analysis of files and binaries

1 stars
5 forks
2017→23
1 5 2017-09-09 2023-05-12

rivitna/emu_ida :: emu_ida.py

15 stars
2 forks
2022→23
15 2 2022-02-07 2023-04-08

WanQingGit/IDA7script :: hexrays_hook.py

常用的比较实用的ida插件脚本

7 stars
3 forks
2021
7 3 2021-03-21 2021-04-03

LeadroyaL/IDA_ARM_Unwind :: arm_unwind_plugin.py

IDA plugin, unwind stack trace when debugging arm.

137 stars
37 forks
2020
137 37 2020-08-13 2020-08-20

joxeankoret/idamagicstrings :: IDAMagicStrings.py

An IDA Python script to extract information from string constants.

315 stars
47 forks
2018→23
315 47 2018-11-29 2023-10-21

tmr232/Sark :: plugins/autostruct.py

IDAPython Made Easy

661 stars
100 forks
2015→25
661 100 2015-01-19 2025-02-22

NyaMisty/ida_gdb_auto_memory :: gdb_auto_memory.py

Automatically setup memory region for IDA Remote GDB Debugger (gdbserver).

4 stars
1 forks
2024
4 1 2024-09-22 2024-09-25

zhefox/MipsROPSeracher-python3 :: mipsrop.py

A tool for search MipsROPChain in python3

6 stars
0 forks
2022
6 0 2022-07-07 2022-07-07

danielplohmann/idascope :: IDAscope.py

An IDA Pro extension for easier (malware) reverse engineering

114 stars
18 forks
2019→22
114 18 2019-01-02 2022-08-02

nocsi/tree-cbass :: SourceCode/trunk/TREE/TREE_Tracer.py

0 stars
0 forks
2016
0 0 2016-11-24 2016-11-26

ohjeongwook/binkit :: src/plugin/binkit_plugin.py

Binary Reverse Engineering Data Science Kit

83 stars
10 forks
2020
83 10 2020-05-23 2020-10-05

Shenmarukai/IdaClass :: src/IdaClassPlugin.py

0 stars
0 forks
2025
0 0 2025-03-05 2025-03-05

PwCUK-CTO/iis-helper-plugin :: iis_helper_plugin.py

IDA Pro plugin to aid with the analysis of native IIS modules

18 stars
4 forks
2023→24
18 4 2023-11-13 2024-08-01

cra0/ida-scripts :: plugins/cvutils-gotooffset.py

Various IDA scripts I've created for Reverse engineering.

85 stars
15 forks
2022→24
85 15 2022-07-23 2024-10-29

Pr0214/trace_natives :: traceNatives.py

一个小脚本,用于trace so中native函数的调用。

543 stars
148 forks
2021
543 148 2021-03-21 2021-08-07

jonpalmisc/ida_screenshot :: screenshot.py

High-resolution screenshot capture plugin for IDA Pro

9 stars
2 forks
2024
9 2 2024-05-31 2024-05-31

airbus-seclab/bincat :: python/idabincat/bcplugin.py

Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection

1803 stars
167 forks
2017→25
1803 167 2017-05-29 2025-02-25

joxeankoret/diaphora :: jkutils/IDAMagicStrings.py

Diaphora, the most advanced Free and Open Source program diffing tool.

3894 stars
386 forks
2015→24
3894 386 2015-03-20 2024-11-24

Russinovich/IDA7.5_SDK :: python/examples/hexrays/vds6.py

SDK and IDAPython for IDA Pro 7.5

2 stars
5 forks
2021
2 5 2021-09-01 2021-07-23

KasperskyLab/hrtng :: bin/plugins/notepad-md.py

IDA Pro plugin with a rich set of features: decryption, deobfuscation, patching, lib code recognition and various pseudocode transformations

1205 stars
116 forks
2024→25
1205 116 2024-08-02 2025-06-03

deactivated/idaenv-plugins :: ipyida/ipyida/ida_plugin.py

IDA plugins packaged for idaenv

6 stars
0 forks
2018
6 0 2018-08-02 2018-09-28

miunasu/DynamicVarCheck_IDA :: DVC_plugin.py

Dynamic identification of local variable values when debug running.调试的时候动态检查局部变量的值。

0 stars
0 forks
2025
0 0 2025-04-17 2025-05-15

jk45054/CTF-writeups :: Flare-On 10/12_HVM/code/do_io_patching.py

Writeups for CTF challenges

31 stars
3 forks
2021→23
31 3 2021-02-03 2023-11-12

zengfr/ida-pro-idb-database :: demo/4/cyclomatic_complexity.py

many of ida pro idb database for game hacking and reverse analysis engineering.good luck.

28 stars
1 forks
2022→24
28 1 2022-11-20 2024-11-02

N1nEmAn/VxHPub :: ida_tools/ida_vxworks_sym_load.py

VxHello for public

6 stars
0 forks
2024
6 0 2024-07-30 2024-07-30

doomedraven/Tools :: Reversing/FullColor.py

Combination of different utilities, have fun!

212 stars
93 forks
2018→24
212 93 2018-09-14 2024-02-05

dtzxporter/IDA-XMMCpy :: ida_xmmcpy.py

A plugin to copy an XMMWORD to a ready to use C++ intrinsics

3 stars
0 forks
2019
3 0 2019-04-12 2019-04-12

0xatul/commentator :: commentator.py

12 stars
1 forks
2023
12 1 2023-11-16 2023-12-11

toshipiazza/ghidra-plugin-hexagon :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_importer.py

Hexagon decompiler for Ghidra

48 stars
8 forks
2022
48 8 2022-01-15 2022-02-15

techbliss/Python_editor :: 7.0/plugins/Python_editor.py

Better CodeEditor for Ida Pro.

228 stars
65 forks
2015→20
228 65 2015-07-04 2020-12-25

19h/ida-plugins :: destruct/destruct.py

1 stars
0 forks
2025
1 0 2025-04-08 2025-04-08

aaaddress1/funcTracker :: funcTracker.py

Useful Plugin for IDA to Trace Function Call Tree

27 stars
12 forks
2018
27 12 2018-01-04 2018-01-04

Russinovich/IDA7.5_SDK :: python/examples/hexrays/vds19.py

SDK and IDAPython for IDA Pro 7.5

2 stars
5 forks
2021
2 5 2021-09-01 2021-07-23

Donaldduck8/IDA-Scripts-and-Tools :: better_annotator.py

A collection of plug-ins I've developed for IDA Pro.

1 stars
0 forks
2023→24
1 0 2023-08-02 2024-04-09

clayne/ida-hexrays_hlight3 :: hexrays_hlight.py

ida python hexrays_hlight plugin now support python3

1 stars
0 forks
2022→24
1 0 2022-04-30 2024-08-26

todzhang/EQGRP_Analysis :: xorplugin/deobfuscate_plugin.py

分析EQGRP的技巧

3 stars
0 forks
2022→24
3 0 2022-03-21 2024-03-10

firodj/bbtrace :: plugin/bbtrace_plugin.py

Basic Block Trace: DynamoRIO client

27 stars
9 forks
2016→21
27 9 2016-09-15 2021-12-19

Shirasawa-D/PatternGen :: PatternGen.py

0 stars
0 forks
2024
0 0 2024-12-03 2024-12-03

burpheart/Gepetto-ChatGPT :: Gepetto-ChatGPT.py

IDA plugin which queries OpenAI's ChatGPT model to speed up reverse-engineering

49 stars
8 forks
2022
49 8 2022-12-08 2022-12-08

disassembleblog/IDAPython-Scripts :: x64dbgida.py

2 stars
3 forks
2016→18
2 3 2016-12-19 2018-07-19

awgil/ffxiv_reverse :: idaplugins/ffnetwork.py

Various utilities for reversing FF14

5 stars
1 forks
2023
5 1 2023-02-06 2023-10-03

AzErLoc/bIDApple :: bIDApple.py

A very necessary plugin to play Bad Apple in IDA's navband

0 stars
0 forks
2025
0 0 2025-05-20 2025-05-26

Goatman13/pypyc2c :: ppc2c.py

PowerPC to C plugin for IDA

1 stars
1 forks
2023→24
1 1 2023-08-20 2024-11-15

michal-kapala/dubRE :: plugins/xref_export.py

ML-driven function symbol extraction plugin for IDA Pro

8 stars
2 forks
2023→24
8 2 2023-05-23 2024-12-17

JayRE114514/UserComment :: UserComment.py

An IDA pro plugin to display user-added comments in disassembly and pseudocode views.

84 stars
15 forks
2023
84 15 2023-06-16 2023-06-30

rcx/ida-scripts :: plugins/force_lvar_width.py

Collection of IDA Pro/Hex-Rays configs, scripts, and plugins

23 stars
8 forks
2018→20
23 8 2018-08-01 2020-03-20

Synacktiv-contrib/kernelcache-laundering :: ios12_kernel_cache_helper.py

load iOS12 kernelcaches and PAC code in IDA

60 stars
11 forks
2018
60 11 2018-10-01 2018-10-04

Antelcat/ida_copilot :: ida_copilot.py

ChatGPT Agent analyses your IDA pseudocode

188 stars
13 forks
2023
188 13 2023-11-02 2023-11-02

idapython/src :: examples/disassembler/install_user_defined_prefix.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

dNop90/dOffset :: IDA Pro/plugins/dOffset.py

A plugin for IDA Pro and Cheat Engine to get the offset of the current module

7 stars
3 forks
2024
7 3 2024-05-06 2024-05-30

wobbier/HEDZ :: Ghidra/Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

A decompile project of the old game HEDZ

1 stars
0 forks
2023→24
1 0 2023-06-16 2024-10-13

dockerizeme/dockerizeme :: hard-gists/b3143dde185cecda7c1dee7ffbce5d2c/snippet.py

Automatically generate environment configurations as Dockerfiles

27 stars
19 forks
2018→22
27 19 2018-08-12 2022-12-07

AzzOnFire/msdocsviewer-ex :: plugins/msdocsviewer_ex.py

msdocsviewer-ex is a simple tool for viewing Microsoft's win32 API and driver technical documentation offline

3 stars
0 forks
2024
3 0 2024-05-29 2024-10-19

zhouzhicun/ida-scripts :: python/IDA/IDAScripts/plugin_zzDeObfuscate.py

ida相关脚本,包括字符串解密,BR/BLR混淆, 常见加密算法实现。

4 stars
4 forks
2024
4 4 2024-09-10 2024-09-18

venn0126/iOS-Study :: Reverse/resource/d810/D810.py

12 stars
6 forks
2018→25
12 6 2018-03-05 2025-05-29

Thehepta/D810Learn :: D810_Extern/D810.py

21 stars
10 forks
2024→25
21 10 2024-06-02 2025-05-11

profiles/D810 :: D810.py

1 stars
0 forks
2024
1 0 2024-08-14 2024-08-28

mahmoudimus/.idapro :: plugins/cvutils-gotooffset.py

3 stars
0 forks
2025
3 0 2025-02-16 2025-04-09

r0ysue/FridaAndrioidNativeBeginnersBook :: Chap14/AES/样本/mt/idaplugins/trace_natives-main/trace_natives-main/traceNatives.py

《安卓Frida SO逆向分析实战》

97 stars
39 forks
2023
97 39 2023-05-31 2023-10-22

z1r00/dia2ol :: diaphora/jkutils/IDAMagicStrings.py

online diff

6 stars
1 forks
2024
6 1 2024-12-11 2024-12-31

Ph0en1x-XMU/Ph0en1x-Team :: Reverse/ida/IDA Pro 7.5.201028 (x86,x64,ARM,ARM64,PPC,PPC64,MIPS)/python/examples/hexrays/vds6.py

2 stars
1 forks
2022
2 1 2022-06-02 2022-06-02

REMnux/distro :: ppasrc/ghidra/ghidra-10.1-bionic/ghidra/Extensions/IDAPro/Python/7xx/plugins/xml_importer.py

This repository contains supplemental files for the REMnux distro and the source files for the Debian packages that the distro installs from the REMnux package repository on Launchpad.

94 stars
11 forks
2014→25
94 11 2014-09-12 2025-02-26

ImpaleAskewArdently/ghidra_hex_bin :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_importer.py

0 stars
0 forks
2024
0 0 2024-08-01 2024-08-01

OSUSecLab/PaymentScope :: Tools/ghidra_10.0.3_PUBLIC/Extensions/IDAPro/Python/7xx/plugins/xml_importer.py

11 stars
3 forks
2022
11 3 2022-08-12 2022-08-12

m223744/MalwareAnalysisCapstone :: mainCode/ghidraApi/ghidra/Extensions/IDAPro/Python/7xx/plugins/xml_importer.py

Automated Static Malware Analysis Capstone

0 stars
0 forks
2020→22
0 0 2020-09-28 2022-04-01

Ph0en1x-XMU/Ph0en1x-Team :: Reverse/ida/IDA Pro 7.5.201028 (x86,x64,ARM,ARM64,PPC,PPC64,MIPS)/python/examples/hexrays/vds19.py

2 stars
1 forks
2022
2 1 2022-06-02 2022-06-02

sfn-suitecode/Ida_copilotpro :: ida_copilot.py

0 stars
0 forks
2024
0 0 2024-03-13 2024-03-13

OSUSecLab/PaymentScope :: Tools/ghidra_10.0.3_PUBLIC/Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

11 stars
3 forks
2022
11 3 2022-08-12 2022-08-12

m223744/MalwareAnalysisCapstone :: mainCode/ghidraApi/ghidra/Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

Automated Static Malware Analysis Capstone

0 stars
0 forks
2020→22
0 0 2020-09-28 2022-04-01

EaminC/Ghidra_DB :: ghidra_11.3.2_PUBLIC/Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

1 stars
0 forks
2025
1 0 2025-05-19 2025-05-19

fengli1702/re_toolbox_uw :: tools/ghidra/ghidra_11.2.1_PUBLIC/Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

0 stars
0 forks
2025
0 0 2025-05-28 2025-05-29

malefs/security-smell-detector-python-gist :: gist-src/b3143dde185cecda7c1dee7ffbce5d2c.py

1 stars
5 forks
2019→20
1 5 2019-11-23 2020-07-26

malefs/security-smell-detector-python-gist :: gist-hash/b3143dde185cecda7c1dee7ffbce5d2c/snippet.py

1 stars
5 forks
2019→20
1 5 2019-11-23 2020-07-26

PyEGo/exp-gist :: hard-gists-me/b3143dde185cecda7c1dee7ffbce5d2c/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-ego/b3143dde185cecda7c1dee7ffbce5d2c/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

idapython/src :: examples/decompiler/vds17.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

cedricp/ddt4all :: ddtplugins/card_programming.py

OBD tool

1342 stars
247 forks
2016→25
1342 247 2016-11-03 2025-05-11

patois/dsync :: dsync.py

IDAPython plugin that synchronizes disassembler and decompiler views

455 stars
66 forks
2019→21
455 66 2019-05-09 2021-01-20

WPeace-HcH/WPeChatGPT :: WPeChatGPT.py

A plugin for IDA that can help to analyze binary file, it can be based on commonly used AI big models such as OpenAI and DeepSeek.

1169 stars
185 forks
2023→25
1169 185 2023-02-28 2025-03-28

marlkiller/dylib_dobby_hook :: script/apps/IDA/plugins/patching.py

A macOS dylib project , aimed at enhancing and extending the functionality of target software.

321 stars
88 forks
2024→25
321 88 2024-01-14 2025-05-30

carlosgprado/JARVIS :: IDAPlugin/jarvis/jarvis.py

"Just Another ReVersIng Suite" or whatever other bullshit you can think of

150 stars
24 forks
2015→23
150 24 2015-05-20 2023-04-28

BinaryAnalysisPlatform/bap-ida-python :: plugins/plugin_loader_bap.py

integration with IDA

92 stars
31 forks
2016→21
92 31 2016-06-10 2021-05-27

patois/HRDevHelper :: hrdevhelper.py

HexRays ctree visualization plugin

410 stars
35 forks
2019→24
410 35 2019-05-23 2024-09-06

anic/ida2pwntools :: ida2pwntools.py

a IDA 7.0 plugins that helps to attach process created by pwntools and debug pwn

72 stars
16 forks
2018→23
72 16 2018-12-14 2023-03-29

ke0z/VulChatGPT :: VulChatGPT.py

Use IDA PRO HexRays decompiler with OpenAI(ChatGPT) to find possible vulnerabilities in binaries

356 stars
27 forks
2022→23
356 27 2022-12-27 2023-02-23

wmliang/pe-afl :: lighthouse/lighthouse/ida_loader.py

248 stars
57 forks
2019→20
248 57 2019-02-15 2020-09-26

williballenthin/idawilli :: plugins/tag_func/tag_func.py

IDA Pro resources, scripts, and configurations

113 stars
27 forks
2016→25
113 27 2016-12-14 2025-06-04

hugsy/stuff :: ida_scripts/WinIoCtlDecoder.py

Unsorted, raw, ugly & probably poorly usable tools for reversing, exploit and pentest

223 stars
88 forks
2014→24
223 88 2014-05-01 2024-08-28

acoderly/gaiya :: ida_plugin/GaiyaPlugin.py

Gaiya is a toolkit to extract C&C from elf.

1 stars
1 forks
2021
1 1 2021-04-23 2021-07-29

HongThatCong/AFX_MSGMAP :: AFX_MSGMAP.py

IDAPython plugin to parse AFX_MSGMAPs and some internals structures in VC++ MFC application

7 stars
5 forks
2020
7 5 2020-06-28 2020-11-12

OALabs/hashdb-ida :: hashdb.py

HashDB API hash lookup plugin for IDA Pro

320 stars
44 forks
2021→25
320 44 2021-09-14 2025-05-30

doronz88/fa :: fa/ida_plugin.py

Automation tool for locating symbols & structs in binary (primary IDA focused)

89 stars
9 forks
2020→25
89 9 2020-04-16 2025-04-04

matthewrhannon/IDAPython-Automation-Scripts :: FiX_Int3_Functions.py

Various scripts written in IDAPython to perform various tasks to augment reverse engineering using IDA Pro. Most of the scripts perform some form of automation for signatures, deobfuscation, cleaning sections such as .pdata and RUNTIME_FUNCTION SEH exception handling, LLM Auto-Reversing Application (functions, variables, structures, etc..)

6 stars
5 forks
2024
6 5 2024-09-24 2024-09-24

Titvt/GolangEnhancer :: golang_enhancer.py

A plugin for IDA to enhance the ability of decompile Golang programs.

5 stars
0 forks
2021
5 0 2021-12-20 2021-12-20

HyperSine/ida-rpyc :: ida-rpyc.py

An IDA plugin that allows you call IDA python APIs from remote.

15 stars
8 forks
2023
15 8 2023-03-25 2023-03-25

ChiChou/IDA-ObjCExplorer :: ObjCExplore.py

Objective C classdump for IDA Pro

145 stars
20 forks
2020
145 20 2020-08-09 2020-09-01

Goatman13/ida-psx-gte :: gte.py

IDA Pro plugin that implements disassembly of PlayStation CP2 MIPS instructions

9 stars
0 forks
2024
9 0 2024-05-23 2024-08-10

byt3n33dl3/gxc-Ghidra :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_importer.py

Software for Reverse Engineering (SRE) suite of tools Developed by NSA Research Directorate in support of the Cybersecurity processes.

9 stars
0 forks
2024→25
9 0 2024-07-21 2025-04-05

zeroXblivion/Gem :: gem.py

Stop staring at sub_401000 - let AI name your IDA Pro functions and labels with actual meaningful names

2 stars
0 forks
2025
2 0 2025-05-23 2025-05-25

sean2077/hexpaste-ida :: hexpaste.py

IDA plugin for quickly paste hex bytes into memory.

4 stars
1 forks
2024
4 1 2024-06-15 2024-06-16

keowu/swiftstringinspector :: swift_string_inspector.py

A simple plugin for working with Swift Strings, optimized Swift Strings, and Swift Arrays during the reverse engineering of iOS binaries in Hex-Rays IDA.

11 stars
3 forks
2025
11 3 2025-03-26 2025-03-26

deepin-community/binwalk :: src/scripts/binida.py

0 stars
1 forks
2024
0 1 2024-09-06 2024-09-09

cellebrite-labs/PPLorer :: pplorer.py

IDA plugin that resolves PPL calls to the actual underlying PPL function.

58 stars
7 forks
2023
58 7 2023-02-27 2023-02-28

kerogenesis/function-string-associate-extra :: FunctionStringAssociateExtra.py

IDA 9 Function String Associate Extra Plugin

0 stars
0 forks
2025
0 0 2025-06-03 2025-06-03

LucienMP/idapro_m68k :: plugins/m68kplugin.py

Extends existing support in IDA for the m68k by adding gdb step-over and type information support

4 stars
0 forks
2019
4 0 2019-02-28 2019-07-14

HexRabbit/diaphora_loader :: diaphora_loader.py

A loader for IDA pro plugin diaphora

1 stars
0 forks
2019
1 0 2019-08-16 2019-08-16

sneakyevil/ida_functioncolor :: hexrays_functioncol.py

IDA Plugin to colorize function definition in pseudocode.

6 stars
4 forks
2024
6 4 2024-05-10 2024-09-30

iah3/binary-analysis :: static_data_dependence.py

Reverse engineering binary executables using IDA and Pin

1 stars
0 forks
2019
1 0 2019-11-15 2019-11-15

synacktiv/vmx_intrinsics :: vmx_intrinsics.py

VMX intrinsics plugin for Hex-Rays decompiler

71 stars
7 forks
2019
71 7 2019-10-28 2019-10-28

hoangcuongflp/Stuff :: ida-master/plugins/mipsrop/mipsrop.py

because I've orderliness obsession :(

6 stars
7 forks
2015→14
6 7 2015-10-12 2014-12-22

flatz/ida_ps5_elf_plugin :: plugins/ps5_elf.py

PS5 elf loader for IDA 7.5

116 stars
16 forks
2022→25
116 16 2022-05-27 2025-03-23

ZjW1nd/Keypatch_9.0 :: keypatch9.0.py

Keypatch plugin for ida9.0 from @y0ush4's Issue

5 stars
2 forks
2025
5 2 2025-01-19 2025-02-04

mahmoudimus/ida-pysigmaker :: sigmaker.py

IDA Pro 9.0+ Signature Maker - A cross-platform Python port of @A200K's IDA-Pro-SigMaker with enhancements. IDA sig generator just by right clicking.

54 stars
9 forks
2024→25
54 9 2024-08-03 2025-04-03

19h/ida-plugins :: xrefdump/xrefdump.py

1 stars
0 forks
2025
1 0 2025-04-08 2025-04-08

Accenture/protobuf-finder :: protobuf-finder.py

IDA Pro plugin for reconstructing original .proto files from binary.

278 stars
29 forks
2022→24
278 29 2022-06-24 2024-08-19

sean2077/big5-decode-ida :: big5-decode.py

IDA Plugin for decoding bytes as big5.

1 stars
1 forks
2024
1 1 2024-06-16 2024-06-28

ramikg/uncertaintifier :: uncertaintifier.py

Add question marks to Hex-Rays local variable names

0 stars
0 forks
2021→23
0 0 2021-07-19 2023-02-21

repnz/ida-plugins :: reg_xref.py

A collection of my IDA plugins

134 stars
19 forks
2020
134 19 2020-08-01 2020-08-07

JPCERTCC/AutoYara4FLIRT :: CLI_AutoYara/_Tools/AutoYara4FLIRT.py

15 stars
4 forks
2023
15 4 2023-05-29 2023-12-21

rmmenosfbarra/arsenal :: Reversing&Exploiting/IDA/Plugins/Keypatch/keypatch.py

3 stars
0 forks
2017→19
3 0 2017-02-27 2019-06-30

tmr232/ida-plugins :: lca/lca.py

IDA Pro Plugins

19 stars
9 forks
2015
19 9 2015-05-27 2015-05-31

gmh5225/IDA-MapSymbolParser :: IDA-MapSymbolParser.py

IDA Map File Symbol Renamer

22 stars
3 forks
2024→25
22 3 2024-03-15 2025-04-01

techbliss/Python_editor :: 7.2/plugins/Python_editor.py

Better CodeEditor for Ida Pro.

228 stars
65 forks
2015→20
228 65 2015-07-04 2020-12-25

neoni/gamma :: gamma.py

IDA Hexrays plugin for highlighting your interesting variables or struct members

7 stars
1 forks
2020
7 1 2020-07-29 2020-07-31

Thehepta/D810Learn :: D810_Extern/genmy.py

21 stars
10 forks
2024→25
21 10 2024-06-02 2025-05-11

hoangcuongflp/Stuff :: ida-master/plugins/fluorescence/fluorescence.py

because I've orderliness obsession :(

6 stars
7 forks
2015→14
6 7 2015-10-12 2014-12-22

m00dy-/IDAPlugins :: amoco/AmocoPlugin.py

Various plugins for IDA pro

4 stars
2 forks
2015
4 2 2015-10-07 2015-10-09

mahmoudimus/.idapro :: plugins/keybinder.py

3 stars
0 forks
2025
3 0 2025-02-16 2025-04-09

shuakabane/stelftools :: ida_stelftools.py

cross-architecture static library detector for IoT malware

36 stars
4 forks
2020→23
36 4 2020-05-30 2023-11-06

19h/ida-plugins :: xrefdump-fw/xrefdump.py

1 stars
0 forks
2025
1 0 2025-04-08 2025-04-08

AntoineBlaud/TheCodexRebirth :: plugins/tenet/integration/ida_loader.py

Taint Analysis Engine and Trace Exploration : Overcome Obfuscation

39 stars
3 forks
2023→25
39 3 2023-09-18 2025-03-24

NoneShell/function_locator :: function_locator.py

This is a plugin designed to help IoT security researchers locate which dynamic library a target function belongs to within a root filesystem (rootfs).

5 stars
2 forks
2024
5 2 2024-10-24 2024-10-24

gaasedelen/microavx :: plugins/microavx.py

An AVX Lifter for the Hex-Rays Decompiler

308 stars
35 forks
2020→23
308 35 2020-07-22 2023-04-28

VNRev/awesome_ida_9_plugins :: lazyida/LazyIDA.py

make ida9 plugin great again!

17 stars
5 forks
2024
17 5 2024-08-10 2024-08-11

ys1231/idafridascript :: main.py

IDA Pro 9.1 frida script generation plugins

15 stars
4 forks
2025
15 4 2025-04-06 2025-05-24

computerline1z/IDAPatcher6.1 :: idapatcher-r1.1.3.py

IDA Patcher for v6.1

2 stars
3 forks
2014
2 3 2014-03-31 2014-03-31

quarkslab/qsynthesis :: ida_plugin/qsynthesis_plugin.py

Greybox Synthesizer geared for deobfuscation of assembly instructions.

154 stars
20 forks
2021→25
154 20 2021-07-30 2025-02-16

mahmoudimus/.idapro :: scripts/sigmaker.py

3 stars
0 forks
2025
3 0 2025-02-16 2025-04-09

techbliss/Free_the_Debuggers :: Free_The_Debuggers.py

Free_the_Debuggers

19 stars
2 forks
2014→15
19 2 2014-06-01 2015-02-07

Ga-ryo/IDAObjectViewer-deprecated- :: ida_object_viewer.py

Graphical object viewer for IDA Pro.(Unmaintained and not completed. Use watch-view in IDA)

4 stars
1 forks
2018
4 1 2018-04-16 2018-04-25

kiwidoggie-productions/IDA-ConsoleHacking-Scripts :: PS2/SnDebugPlugin.py

Assortment of IDA scripts for an assortment of game consoles, PS2, PS4, etc

10 stars
0 forks
2019→21
10 0 2019-12-21 2021-02-26

tmr232/Sark :: plugins/autoenum.py

IDAPython Made Easy

661 stars
100 forks
2015→25
661 100 2015-01-19 2025-02-22

Reodus/CBS :: custom_breakpoint_setter.py

IDA Plugin to set custom breakpoints on instructions

5 stars
1 forks
2024
5 1 2024-06-15 2024-08-15

dead-null/idascope :: plugins/idascope_plugin.py

IDAScope is a Neovim plugin that integrates IDA Pro with Telescope

6 stars
1 forks
2024→25
6 1 2024-12-16 2025-02-05

andreafioraldi/IdaGrabStrings :: IdaGrabStrings.py

IDAPython plugin to search strings in a specified range of addresses and map it to a C struct

8 stars
3 forks
2017
8 3 2017-04-24 2017-05-12

plowsec/idangr :: ida_angr.py

Use angr within IDA

2 stars
0 forks
2024
2 0 2024-06-10 2024-06-12

H4lo/Away_From_Sub_Function_IN_IDA :: Away_From_Sub_Function_IN_IDA.py

Use openai to help you better translate function meanings and restore symbol tables from sub_xxxx functions

18 stars
4 forks
2022→24
18 4 2022-12-09 2024-07-01

Jinmo/palette-plugins :: keypatch/plugins/keypatch.py

Palette plugins

1 stars
1 forks
2019
1 1 2019-03-03 2019-04-28

WanQingGit/IDA7script :: oregami/regname_plugin.py

常用的比较实用的ida插件脚本

7 stars
3 forks
2021
7 3 2021-03-21 2021-04-03

HACK-THE-WORLD/IDAPluginList :: export_func_code/export_func_code.py

IDA插件集合,含项目名称及项目地址,每日定时Clone项目。

406 stars
45 forks
2022→24
406 45 2022-03-21 2024-09-21

zh-explorer/ida_script :: firmware_fix.py

some ida script

32 stars
4 forks
2021
32 4 2021-08-18 2021-08-18

BinaryAnalysisPlatform/bap-ida-python :: plugins/bap/plugins/bap_trace.py

integration with IDA

92 stars
31 forks
2016→21
92 31 2016-06-10 2021-05-27

idapython/src :: examples/ui/tabular_views/custom/lazy_loaded_chooser.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

nihilus/tree-cbass :: SourceCode/trunk/TREE/TREE_Analyzer.py

5 stars
8 forks
2014
5 8 2014-08-31 2014-08-31

JPCERTCC/GobRAT-Analysis :: DecryptTool/Decrypt_GobRAT.py

0 stars
2 forks
2023
0 2 2023-11-27 2023-12-21

jonpalmisc/ida_hexi :: hexi.py

Hex-Rays decompiler inspector

5 stars
2 forks
2024
5 2 2024-05-09 2024-05-10

zhouzhicun/ida-scripts :: python/IDA/IDAScripts/plugin_zzDumpFuncList.py

ida相关脚本,包括字符串解密,BR/BLR混淆, 常见加密算法实现。

4 stars
4 forks
2024
4 4 2024-09-10 2024-09-18

twisted-fun/IDARE :: VulnCandidateFinder.py

Automation plugins for various reversing tasks in IDA.

8 stars
1 forks
2021
8 1 2021-09-05 2021-09-07

FFT-Hackers-old/IDA-Tools :: plugins/export-xref.py

The IDA sync plugin

4 stars
4 forks
2018→19
4 4 2018-07-06 2019-01-16

michaeljgoodman/Dumpulator-IDA :: dumpulator.py

Currently proof-of-concept

17 stars
4 forks
2021
17 4 2021-12-16 2021-12-17

runope/reserve_android_notes :: ida/scripts/findcrypt/findcrypt3.py

6 stars
2 forks
2022
6 2 2022-04-25 2022-08-09

zmrbak/IDAPython :: 配套代码/ida10/python/examples/hexrays/vds3.py

在线课程《IDAPython脚本化软件逆向分析入门》课程源码

10 stars
6 forks
2022
10 6 2022-05-02 2022-05-14

hoangcuongflp/Stuff :: ida-master/plugins/localxrefs/localxrefs.py

because I've orderliness obsession :(

6 stars
7 forks
2015→14
6 7 2015-10-12 2014-12-22

mayl8822/IDA :: search_google.py

Some useful ida script plugin

3 stars
1 forks
2018
3 1 2018-02-28 2018-03-01

hdbreaker/RicardoNarvaja_ExploitingWithIDAPRO_Desde0 :: 35-INTRODUCCION AL REVERSING CON IDA PRO DESDE CERO PARTE 35/idasploiter.py

Nuevo Curso Completo de Exploiting con IDA Pro pro Ricardo Narvaja

105 stars
36 forks
2018
105 36 2018-05-27 2018-05-27

CKCat/IDAPlugInContest :: 2015/PlugIn/ifl.py

IDAPlugIn Contest 备份

5 stars
4 forks
2021→24
5 4 2021-09-23 2024-01-29

Russinovich/IDA7.5_SDK :: python/examples/hexrays/vds17.py

SDK and IDAPython for IDA Pro 7.5

2 stars
5 forks
2021
2 5 2021-09-01 2021-07-23

Donaldduck8/IDA-Scripts-and-Tools :: donald_ida_plugin.py

A collection of plug-ins I've developed for IDA Pro.

1 stars
0 forks
2023→24
1 0 2023-08-02 2024-04-09

cedricp/ddtplugins :: card_programming.py

13 stars
12 forks
2017→23
13 12 2017-07-11 2023-02-28

cbwang505/DIYDynamoRIO :: MyLighthouse/lighthouse/ida_loader.py

动态二进制插桩框架DynamoRIO通过将程序代码进行反复插桩(Instrumentation)执行构建了源程序代码与操纵代码之间的桥梁,使DynamoRIO的客户端编写者能够在更高的层面上驾驭原有的程序代码.虽然程序的载体还是被编译成原生的汇编指令集执行,但是不管是原生代码还是程序行为逻辑DynamoRIO为我们提供丰富的API已经把这些封装成了足够友好操作方式暴露给客户端编写者使用,用户可以透明的修改原有的程序代码(HotPatch),执行追踪,Hook,调试,模拟等高级运行时操纵(Runtime Code Manipulation )技术.本文主要分析DynamoRIO插桩的主要流程和实现原理,深入源码片段中几个有意思的小节体现作者构思的巧妙之处,并附加相关demo分析让读者加深对DynamoRIO的认识.

34 stars
8 forks
2020→22
34 8 2020-12-22 2022-04-06

JeffJerseyCow/qemu2drcov :: lighthouse/plugin/lighthouse/ida_loader.py

QEMU to drcov trace file

11 stars
0 forks
2019→20
11 0 2019-01-21 2020-11-21

Jinmo/palette-plugins :: lighthouse/plugins/lighthouse/ida_loader.py

Palette plugins

1 stars
1 forks
2019
1 1 2019-03-03 2019-04-28

dragonGR/Ghidra :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_importer.py

0 stars
0 forks
2019→23
0 0 2019-10-15 2023-11-15

lasserre/ghidra :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_importer.py

Ghidra fork for PhD research

0 stars
0 forks
2022→24
0 0 2022-10-27 2024-07-04

icicle-emu/ghidra :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_importer.py

Icicle patches for Ghidra

1 stars
1 forks
2022→23
1 1 2022-11-10 2023-10-03

MrCatters/ghidra :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_importer.py

0 stars
0 forks
2024
0 0 2024-11-19 2024-11-19

bubbadestroy/binwalk :: src/scripts/binida.py

updated dep.sh for focal ubuntu

0 stars
0 forks
2020
0 0 2020-11-27 2020-11-27

Loora1N/AFA :: source/binwalk/src/scripts/binida.py

Automated Firmware Analysis

2 stars
1 forks
2023
2 1 2023-06-29 2023-07-16

yamashita-spce/FirmHunter :: Emulator/binwalk/src/scripts/binida.py

0 stars
0 forks
2025
0 0 2025-01-14 2025-01-23

sungchi127/NYCU-Secure-Programming-2022 :: 程安/reverse1/trace/binwalk-master/src/scripts/binida.py

0 stars
0 forks
2025
0 0 2025-04-04 2025-04-04

mahmoudimus/.idapro :: plugins/sigmaker.py

3 stars
0 forks
2025
3 0 2025-02-16 2025-04-09

zengfr/romhack :: ida/protobuf-finder.py

rom hack for Arcade mame mess sfc snes sega md neogeo romhacking

66 stars
27 forks
2019→24
66 27 2019-12-20 2024-09-24

stevemk14ebr/RETools :: IdaScripts/plugins/microavx.py

My reversing tools. Some custom, some not.

205 stars
24 forks
2020→24
205 24 2020-05-27 2024-01-03

shacojx/KeyPatch-IDA7dot0 :: keypatch.py

1 stars
0 forks
2021
1 0 2021-04-28 2021-04-28

N1nEmAn/VxHPub :: ida_tools/ida_firm_fix.py

VxHello for public

6 stars
0 forks
2024
6 0 2024-07-30 2024-07-30

galaris/tree-cbass :: SourceCode/trunk/TREE/TREE_Analyzer.py

Automatically exported from code.google.com/p/tree-cbass

1 stars
0 forks
2015
1 0 2015-08-04 2015-08-04

AmesianX/tree-cbass :: SourceCode/trunk/TREE/TREE_Analyzer.py

Automatically exported from code.google.com/p/tree-cbass

0 stars
0 forks
2015
0 0 2015-06-20 2015-06-20

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/python/examples/hexrays/vds3.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/python/examples/hexrays/vds3.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/python/examples/hexrays/vds3.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

rmmenosfbarra/arsenal :: Reversing&Exploiting/IDA/Plugins/IdaSploitter/idasploiter.py

3 stars
0 forks
2017→19
3 0 2017-02-27 2019-06-30

Ph0en1x-XMU/Ph0en1x-Team :: Reverse/ida/IDA Pro 7.5.201028 (x86,x64,ARM,ARM64,PPC,PPC64,MIPS)/python/examples/hexrays/vds17.py

2 stars
1 forks
2022
2 1 2022-06-02 2022-06-02

geohot/qira :: ida/python/qira.py

QEMU Interactive Runtime Analyser

4004 stars
465 forks
2014→22
4004 465 2014-09-05 2022-07-02

mandiant/flare-ida :: plugins/struct_typer_plugin.py

IDA Pro utilities from FLARE team

2342 stars
468 forks
2014→24
2342 468 2014-07-30 2024-10-29

tmr232/Sark :: plugins/meaningful.py

IDAPython Made Easy

661 stars
100 forks
2015→25
661 100 2015-01-19 2025-02-22

patois/abyss :: abyss.py

abyss - augmentation of Hexrays decompiler output

344 stars
29 forks
2020→22
344 29 2020-05-26 2022-10-26

carlosgprado/JARVIS :: IDAPlugin/jarvis_launcher.py

"Just Another ReVersIng Suite" or whatever other bullshit you can think of

150 stars
24 forks
2015→23
150 24 2015-05-20 2023-04-28

thalium/symless :: plugin/symless_plugin.py

198 stars
14 forks
2022→23
198 14 2022-05-05 2023-09-25

herosi/PyClassInformer :: pyclassinformer_plugin.py

73 stars
6 forks
2025
73 6 2025-02-27 2025-05-15

g4hsean/BinAuthor :: BinAuthor.py

49 stars
16 forks
2015→22
49 16 2015-11-29 2022-03-01

idapython/src :: Scripts/AsmViewer.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

cellebrite-labs/PacXplorer :: pacxplorer.py

IDA plugin to find code cross references to virtual functions using PAC codes

144 stars
15 forks
2020→22
144 15 2020-09-14 2022-03-16

binaryai/plugins :: binaryai.py

Ghidra/IDA Pro plugins to load similarity result from binaryai.net

87 stars
4 forks
2023
87 4 2023-01-11 2023-04-11

eset/nimfilt :: nimfilt_ida.py

A collection of modules and scripts to help with analyzing Nim binaries

73 stars
7 forks
2024
73 7 2024-04-03 2024-10-07

airbus-seclab/AutoResolv :: AutoResolv.py

82 stars
6 forks
2022
82 6 2022-09-27 2022-10-15

manesec/tools4mane :: Config/gdb/idaHelper.py

Some tools/script make by mane to help for pentest.

4 stars
1 forks
2022→25
4 1 2022-02-01 2025-06-01

toshipiazza/ghidra-plugin-hexagon :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_exporter.py

Hexagon decompiler for Ghidra

48 stars
8 forks
2022
48 8 2022-01-15 2022-02-15

obaby/CommentView-4-IDAPRO-7.0 :: showcmts.py

CommentView 4 IDAPRO 7.0

55 stars
23 forks
2018→20
55 23 2018-01-24 2020-02-27

danigargu/IDAtropy :: IDAtropy.py

IDAtropy is a plugin for Hex-Ray's IDA Pro designed to generate charts of entropy and histograms using the power of idapython and matplotlib.

140 stars
29 forks
2015→21
140 29 2015-11-25 2021-04-16

0xKira/api_palette :: api_palette.py

A code-searching/completion tool, for IDA APIs

83 stars
12 forks
2020→25
83 12 2020-05-25 2025-01-22

hyp3ri0n-ng/DriverFuckBuddy :: DriverBuddy.py

DriverBuddy for IDA 7.5. HG-style.

7 stars
4 forks
2021
7 4 2021-01-04 2021-01-04

VoidSec/DriverBuddyReloaded :: DriverBuddyReloaded.py

Driver Buddy Reloaded is an IDA Pro Python plugin that helps automate some tedious Windows Kernel Drivers reverse engineering tasks

361 stars
52 forks
2021→24
361 52 2021-10-22 2024-10-25

CrackerCat/MemoryDump :: MemoryDump.py

memory dump Plugin for ida pro 7.0 7.1

2 stars
0 forks
2018
2 0 2018-04-23 2018-04-20

markusheitz/ghidra_tc1797 :: GhidraBuild/IDAPro/Python/6xx/plugins/xmlexp.py

Add Tricore tc1797 processor specification to ghidra.

7 stars
1 forks
2020→21
7 1 2020-09-28 2021-05-04

zeropointdynamics/zemu-client :: ida-plugin/zemu_ida.py

Client for generating dynamic binary traces using the Zemu API.

5 stars
2 forks
2019→20
5 2 2019-10-01 2020-03-11

w4kfu/VG_Helper :: ida_plugin/vtable_helper.py

Toolz for helping vuln research inside video game

3 stars
1 forks
2012
3 1 2012-12-06 2012-12-07

thezdi/PoC :: VMware/patchgap-blog/rizzo/rizzo_string.py

Proofs-of-concept

792 stars
297 forks
2018→24
792 297 2018-06-06 2024-09-03

0xba1100n/VxhunterIDAForkForPython3HighVersion :: vxhunter_ida_py3.py

修复停止维护的Vxhunter IDA插件项目在python3高些的版本下运行的若干问题

9 stars
2 forks
2024
9 2 2024-08-25 2024-08-26

darx0r/Stingray :: src/Stingray.py

IDAPython plugin for finding function strings recursively

134 stars
45 forks
2015→22
134 45 2015-10-05 2022-05-17

GuillaumeOrlando/IDAGraphity :: plugin/IDAGraphity.py

IDAGraphity: An Interactive Binary Data Visualization Plugin for IDA Pro

9 stars
1 forks
2022
9 1 2022-05-05 2022-05-05

qilingframework/qiling :: qiling/extensions/idaplugin/qilingida.py

A True Instrumentable Binary Emulation Framework

5454 stars
745 forks
2019→25
5454 745 2019-08-22 2025-05-06

Asuri-Team/NUAACTF2022-Challenges :: pwn/ezmmio/attachments/qiling-1.4.4/qiling/extensions/idaplugin/qilingida.py

NUAACTF 2022 challenges source code

3 stars
9 forks
2022→23
3 9 2022-12-05 2023-01-31

harlamism/IdaClu :: idaclu.py

IdaClu is a version agnostic IDA Pro plugin for grouping similar functions. Pick an existing grouping algorithm or create your own.

167 stars
17 forks
2023→25
167 17 2023-09-25 2025-05-27

McGill-DMaS/Kam1n0-Community :: kam1n0-clients/ida-plugin/Kam1n0.py

The Kam1n0 Assembly Analysis Platform

628 stars
127 forks
2015→23
628 127 2015-09-09 2023-03-02

TrungNguyen1909/aarch64-sysreg-ida :: aarch64_sysreg.py

A IDA plugin to show ARM MSRs nicely

83 stars
17 forks
2022→23
83 17 2022-02-11 2023-01-04

mahmoudimus/.idapro :: scripts/xray.py

3 stars
0 forks
2025
3 0 2025-02-16 2025-04-09

mak/ipad :: ipad.py

Yet another IDA Pro real time syncing plugin

16 stars
1 forks
2018
16 1 2018-03-27 2018-03-27

harelon/GoFastAnalyzer :: go_analyzer.py

Go fastcall analysis for ida decompiler

33 stars
3 forks
2022→25
33 3 2022-09-17 2025-02-26

rigmar/ida_type_storage :: example/print_ctree.py

16 stars
5 forks
2015→25
16 5 2015-12-07 2025-06-03

hoangcuongflp/Stuff :: ida-master/plugins/rizzo/rizzo.py

because I've orderliness obsession :(

6 stars
7 forks
2015→14
6 7 2015-10-12 2014-12-22

deactivated/idaenv :: idaenv/manager.py

IDA Pro plugin manager

23 stars
4 forks
2018→23
23 4 2018-07-03 2023-01-23

the-m3chanic/RE-IDA-Plugins :: ArrayX/ArrayX.py

2 stars
0 forks
2024
2 0 2024-10-06 2024-10-06

OALabs/findyara-ida :: findyara.py

IDA python plugin to scan binary with Yara rules

173 stars
36 forks
2017→24
173 36 2017-12-03 2024-01-30

zmrbak/IDAPython :: 配套代码/ida10/python/examples/hexrays/vds19.py

在线课程《IDAPython脚本化软件逆向分析入门》课程源码

10 stars
6 forks
2022
10 6 2022-05-02 2022-05-14

BinSigma/BinSourcerer-Dev :: IDA Pro Side/IdaProTextExtractor_HRC.py

Development Branch of BinSourcerer

6 stars
4 forks
2014
6 4 2014-09-30 2014-09-30

JANlittle/IDARustHelper :: IDARustHelperPlugin.py

Small rust binary analysis helper for IDA.

87 stars
7 forks
2024
87 7 2024-01-23 2024-07-14

arizvisa/ida-minsc :: plugins/minsc.py

A plugin based on IDAPython for a functional DWIM interface. Current development against most recent IDA is in the "persistence-refactor" branch, ancient (but stable) work is in "master", so... create an issue if you want/need something backported. Use "Wiki" or "Discussions" for examples, and smash that "Star" button if you like this.

324 stars
49 forks
2014→25
324 49 2014-09-02 2025-05-30

techbliss/ADB_Helper_For_ida_Pro :: ADB.py

Helps you debugging Android in Ida pro

28 stars
21 forks
2014→15
28 21 2014-12-30 2015-01-26

therealzoomgod/pySigMaker :: pySigMaker.py

Port of IDA plugin SigMaker-x64 to IDAPython

33 stars
7 forks
2021→22
33 7 2021-04-10 2022-10-03

Mondego/pyreco :: repoData/devttys0-ida/allPythonContent.py

Type discovery for Python

23 stars
21 forks
2015→16
23 21 2015-11-09 2016-06-27

BehroozAbbassi/hyperv-research-scripts :: scripts/IA32-VMX-Helper/IA32_VMX_Helper.py

IDA scripts for hypervisor (Hyper-v) analysis and reverse engineering automation

24 stars
9 forks
2021
24 9 2021-12-07 2021-12-07

Jinmo/palette-plugins :: community-headers/plugins/main.py

Palette plugins

1 stars
1 forks
2019
1 1 2019-03-03 2019-04-28

techbliss/IDA_PRO_Stylesheets :: plugins/Style_Paster_Plugin.py

Style sheets for ida pro 7.2 & 7.3

8 stars
2 forks
2019→23
8 2 2019-08-11 2023-04-09

tmr232/ida-plugins :: autostruct/autostruct.py

IDA Pro Plugins

19 stars
9 forks
2015
19 9 2015-05-27 2015-05-31

CKCat/IDAPlugInContest :: 2016/PlugIn/command_palette.py

IDAPlugIn Contest 备份

5 stars
4 forks
2021→24
5 4 2021-09-23 2024-01-29

techbliss/ida_pro_http_ip_geolocator :: 7.0+/plugins/Geolocateloader.py

Google maps http and ip lookup for ida pro

13 stars
3 forks
2017→19
13 3 2017-08-05 2019-03-10

tomsons26/tomsons_RE_scripts :: dump_asm.py

13 stars
4 forks
2017→25
13 4 2017-04-02 2025-01-27

sean2077/jumptohex-ida :: jumptohex.py

IDA plugin for jumping from the designated address of IDA View to the corresponding location of Hex View.

2 stars
0 forks
2024
2 0 2024-06-16 2024-06-16

0xAlexei/WindowsDefenderTools :: scripts/mp_apicall_7.py

Tools for instrumenting Windows Defender's mpengine.dll

298 stars
54 forks
2018
298 54 2018-07-15 2018-10-25

SapphireServer/FFXIVOpcodes :: xiv-opcode-parser.py

A shared effort to maintain FFXIV opcode mappings

24 stars
6 forks
2019→23
24 6 2019-11-14 2023-05-22

Mec4nico/Radio_IC-980Pro :: stm32 ida v0_1/firmloader.py

Reversing project of chinese IC-980Pro Radio to understand all the hardware and try to add some functionalities.

0 stars
0 forks
2025
0 0 2025-01-19 2025-02-11

WinMin/OpenReCopilot :: OpenReCopilot/recoilot.py

ReCopilot IDA

6 stars
0 forks
2025
6 0 2025-06-03 2025-06-04

BeaCox/ida-plugins :: keypatch/keypatch.py

Some ida plugins i use (for ida9.0)

0 stars
1 forks
2024
0 1 2024-09-20 2024-09-20

feicong/ida_for_mac_green :: py/hexrays_hlight.py

IDA Pro for macOS绿化

148 stars
33 forks
2017
148 33 2017-08-15 2017-10-09

wwkenwong/Deceiving-DNN-based-Binary-Matching :: ida_binaryai_linux.py

Deceiving Deep Neural Networks-Based Binary Code Matching with Adversarial Programs

9 stars
2 forks
2022→23
9 2 2022-06-30 2023-02-10

techbliss/Python_editor :: 7.2/plugins/Code editor/template/Plugin_temp.py

Better CodeEditor for Ida Pro.

228 stars
65 forks
2015→20
228 65 2015-07-04 2020-12-25

Goatman13/ps2_ida_vu_micro :: _vu_micro.py

Plugin that tries to find and disassembly vu microcode in ps2 executable.

4 stars
2 forks
2022→25
4 2 2022-11-19 2025-01-11

lucasg/idarop :: plugins/idarop_plugin_t.py

ROP database plugin for IDA

31 stars
6 forks
2017→18
31 6 2017-08-08 2018-06-05

AlexAltea/ida :: plugins/rizzo/rizzo.py

Collection of IDA Python plugins/scripts/modules

11 stars
1 forks
2017
11 1 2017-12-23 2017-12-24

laughfool/IDA6.1PluginforQIRA :: q2i.py

IDA 6.1 Plug-in(IDA Python) for QIRA

2 stars
1 forks
2014
2 1 2014-11-28 2014-11-28

evolution536/ida-heuristics :: heuristics.py

IDA plugin for architecture-agnostic heuristics

4 stars
0 forks
2024
4 0 2024-07-09 2024-07-26

hugsy/ida-headless :: ida_rpyc_server.py

IDA (sort of) headless

24 stars
4 forks
2021→24
24 4 2021-07-07 2024-02-17

wobbier/HEDZ :: Ghidra/Extensions/IDAPro/Python/7xx/plugins/xml_exporter.py

A decompile project of the old game HEDZ

1 stars
0 forks
2023→24
1 0 2023-06-16 2024-10-13

OALabs/StrAnnotate-IDA :: strannotate.py

Simple string annotation plugin for IDA

9 stars
1 forks
2022
9 1 2022-09-20 2022-09-29

hoangcuongflp/Stuff :: ida-master/plugins/codatify/codatify.py

because I've orderliness obsession :(

6 stars
7 forks
2015→14
6 7 2015-10-12 2014-12-22

r0ysue/FridaAndrioidNativeBeginnersBook :: Chap13/各种插件/findcrypt3/findcrypt-yara-master/findcrypt3.py

《安卓Frida SO逆向分析实战》

97 stars
39 forks
2023
97 39 2023-05-31 2023-10-22

gistable/gistable :: all-gists/eeea2093888e8d4004ec06b5a1dede1e/snippet.py

GitHub gists and the dockerfiles needed to run them.

76 stars
23 forks
2018→23
76 23 2018-02-01 2023-02-11

idapython/src :: examples/ui/auto_instantiate_widget_plugin.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

WanQingGit/IDA7script :: oregami/typeregter_plugin.py

常用的比较实用的ida插件脚本

7 stars
3 forks
2021
7 3 2021-03-21 2021-04-03

tmr232/ida-plugins :: function_flow/function_flow.py

IDA Pro Plugins

19 stars
9 forks
2015
19 9 2015-05-27 2015-05-31

xorpd/fcatalog_client :: fcatalog_plugin.py

fcatalog idapython client

27 stars
9 forks
2015→16
27 9 2015-09-10 2016-08-19

sam-b/ida-scripts :: neo4ida/neo4ida.py

Dumping ground for whatever IDA Pro scripts I write

15 stars
17 forks
2015→16
15 17 2015-10-31 2016-10-09

nccgroup/DriverBuddy :: DriverBuddy.py

DriverBuddy is an IDA Python script to assist with the reverse engineering of Windows kernel drivers.

363 stars
74 forks
2016→20
363 74 2016-09-15 2020-01-08

1398440232/FridaStudy :: ida AIanalyse/WPeChatGPT.py

0 stars
0 forks
2024
0 0 2024-09-03 2024-09-04

0cyn/iBoot-IDA :: plugin/src/ibootplugin/sysregs.py

32/64 bit SecureROM/iBoot loader for IDA Pro. Also supports loading and decrypting encrypted .im4ps within IDA.

74 stars
15 forks
2020→22
74 15 2020-08-06 2022-03-02

emt-emt/Iot :: Tools/GetNvramIni.py

0 stars
0 forks
2024→25
0 0 2024-07-15 2025-05-23

BroilFish/LazyIDA_mem :: LazyIDA2.py

LazyIDA脚本添加 内存指针调整的快捷键功能

7 stars
1 forks
2022
7 1 2022-06-08 2022-06-22

Goatman13/spu2c :: spu2c.py

CELL SPU to C plugin for IDA

3 stars
1 forks
2024→25
3 1 2024-01-24 2025-05-17

vient/ida_movbe_lifter :: movbe.py

1 stars
1 forks
2021→22
1 1 2021-12-31 2022-01-06

The-Itach1/Audit :: A_M_Audit/A_M_Audit.py

使用idapython写的一个辅助二进制固件漏洞挖掘的代码审计脚本

47 stars
8 forks
2022
47 8 2022-08-03 2022-08-03

19h/ida-plugins :: aidapal-main/idapal.py

1 stars
0 forks
2025
1 0 2025-04-08 2025-04-08

mostobriv/daily_tools :: scripts/ida/ida_buddy.py

2 stars
1 forks
2019→22
2 1 2019-10-24 2022-03-23

sfinktah/sfida :: idarest.py

idapro python toolkit

14 stars
1 forks
2021→24
14 1 2021-03-01 2024-10-23

mahmoudimus/.idapro :: scripts/blzd/topaqueminator.py

3 stars
0 forks
2025
3 0 2025-02-16 2025-04-09

techbliss/Win-DBG-Helper :: Win-Dbg-Helper.py

6 stars
4 forks
2014
6 4 2014-08-10 2014-08-21

X14Nuy/Call_Trace :: call_trace.py

一个IDA插件,可以自动生成frida脚本,该脚本可以帮助您观察函数调用关系。

1 stars
2 forks
2025
1 2 2025-05-24 2025-05-24

sunyymq/windows.cracking.tools :: IDA_Pro_v6.8/plugins/keypatch.py

windows crackings tools

1 stars
1 forks
2018→17
1 1 2018-03-06 2017-11-22

secrary/IDA-scripts :: idenLib/idenLib.py

IDAPro scripts/plugins

92 stars
28 forks
2018→19
92 28 2018-01-11 2019-02-26

youshi01/ctf-tools :: IDA7.0/plugins/keypatch.py

2 stars
1 forks
2023
2 1 2023-11-07 2023-11-06

Goatman13/altivec2c :: altivec2c.py

PowerPC Altivec to C plugin for IDA

1 stars
1 forks
2024
1 1 2024-02-18 2024-08-10

stong/ida-scripts :: force-lvar-width.py

My IDA Pro scripts. (Not all created by me)

3 stars
0 forks
2021
3 0 2021-09-18 2021-09-18

Krietz7/IDA-VarViewer :: src/IDA-VarViewer.py

IDA plugin which provided a form to observe stack variable and reg variable more clearly

6 stars
1 forks
2024→25
6 1 2024-11-08 2025-03-30

tmr232/Sark :: plugins/highlight_calls.py

IDAPython Made Easy

661 stars
100 forks
2015→25
661 100 2015-01-19 2025-02-22

thalium/idatag :: test/tagtest.py

IDA plugin to explore and browse tags

56 stars
13 forks
2019
56 13 2019-06-04 2019-07-19

KernelAnalysisPlatform/KlareDbg :: ida/python/qira.py

Kernel debugger using Timeless Debugging method.

73 stars
9 forks
2016→17
73 9 2016-06-20 2017-02-16

HACK-THE-WORLD/IDAPluginList :: symless/plugin/symless_plugin.py

IDA插件集合,含项目名称及项目地址,每日定时Clone项目。

406 stars
45 forks
2022→24
406 45 2022-03-21 2024-09-21

Introspelliam/ida-python :: Scripts/AsmViewer.py

3 stars
0 forks
2019
3 0 2019-03-17 2019-03-17

jevinskie/ghidra-ublaze :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_exporter.py

Ghidra MicroBlaze architecture

1 stars
0 forks
2022
1 0 2022-02-23 2022-03-06

ImpaleAskewArdently/ghidra_hex_bin :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_exporter.py

0 stars
0 forks
2024
0 0 2024-08-01 2024-08-01

merlinepedra/GHIDRA :: GhidraBuild/IDAPro/Python/7xx/plugins/xml_exporter.py

1 stars
1 forks
2022
1 1 2022-03-04 2022-03-04

OSUSecLab/PaymentScope :: Tools/ghidra_10.0.3_PUBLIC/Extensions/IDAPro/Python/7xx/plugins/xml_exporter.py

11 stars
3 forks
2022
11 3 2022-08-12 2022-08-12

grumpycoders/ghidra :: GhidraBuild/IDAPro/Python/6xx/plugins/xmlexp.py

1 stars
0 forks
2020
1 0 2020-05-05 2020-05-07

r3dlobst3r-org/Ghidra_Linux :: Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

Ghidra from source, for Linux

1 stars
0 forks
2019
1 0 2019-12-06 2019-12-09

Maliha1994/DUDE :: DUDE/static/ghidra_9.1_PUBLIC/Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

3 stars
0 forks
2023
3 0 2023-05-30 2023-05-30

syst3m2/pen_testing :: ghidra_9.1.2_PUBLIC_20200212/ghidra_9.1.2_PUBLIC/Extensions/IDAPro/Python/6xx/plugins/xmlexp.py

Repository for Capture the Flag events

0 stars
0 forks
2023
0 0 2023-10-08 2023-10-08

readloud/PoC :: VMware/patchgap-blog/rizzo/rizzo_string.py

Proof of concept (PoC) - misc PoC - Internet of (In)Security Things

0 stars
1 forks
2022
0 1 2022-10-14 2022-10-16

Asuri-Team/NUAACTF2022-Challenges :: pwn/ezmmio/source_code/qiling-1.4.4/qiling/extensions/idaplugin/qilingida.py

NUAACTF 2022 challenges source code

3 stars
9 forks
2022→23
3 9 2022-12-05 2023-01-31

DockTree/mefq :: qiling/extensions/idaplugin/qilingida.py

0 stars
0 forks
2023
0 0 2023-10-22 2023-12-14

vAlerainTech/vAlerain-Ark :: cmake-build-debug/IDA_Pro_7.7/python/examples/hexrays/vds19.py

🔭This will be my first long-term update project, and vAlerainArk is committed to helping security personnel with testing.

11 stars
1 forks
2024
11 1 2024-03-25 2024-07-27

BraveCattle/ctf :: tools/ida_pro/IDA_Pro_7.7/python/examples/hexrays/vds19.py

0 stars
1 forks
2024
0 1 2024-01-23 2024-10-23

carsond135/malwareanalysis :: tools/IDA_Pro_7.7/IDA_Pro_7.7/python/examples/hexrays/vds19.py

NKU恶意代码分析

0 stars
2 forks
2023→22
0 2 2023-06-25 2022-12-18

CKCat/IDAPlugInContest :: 2016/PlugIn/hexrays_hlight.py

IDAPlugIn Contest 备份

5 stars
4 forks
2021→24
5 4 2021-09-23 2024-01-29

techbliss/Python_editor :: 7.5/Add to plugins folder/Code editor/template/Plugin_temp.py

Better CodeEditor for Ida Pro.

228 stars
65 forks
2015→20
228 65 2015-07-04 2020-12-25

JsHuang/IDATools :: Scripts/ida rop/idarop_plugin_t.py

A repo of collected useful IDA scripts and plugins

1 stars
2 forks
2021→24
1 2 2021-10-26 2024-06-25

EaminC/Ghidra_DB :: ghidra_11.3.2_PUBLIC/Extensions/IDAPro/Python/7xx/plugins/xml_exporter.py

1 stars
0 forks
2025
1 0 2025-05-19 2025-05-19

MassinissaDjellouli/CTFStuff :: tools/ghidra_11.2.1_PUBLIC/Extensions/IDAPro/Python/7xx/plugins/xml_exporter.py

0 stars
1 forks
2024→25
0 1 2024-01-16 2025-05-31

fengli1702/re_toolbox_uw :: tools/ghidra/ghidra_11.2.1_PUBLIC/Extensions/IDAPro/Python/7xx/plugins/xml_exporter.py

0 stars
0 forks
2025
0 0 2025-05-28 2025-05-29

k3rn3Lp4n1cK/ctf-live-build-config :: kali-config/common/includes.chroot/opt/ghidra_10.2.2_PUBLIC/Extensions/IDAPro/Python/7xx/plugins/xml_exporter.py

Custom Kali Live Builder for CTF's & OSCP

5 stars
2 forks
2023
5 2 2023-01-28 2023-05-18

Ph0en1x-XMU/Ph0en1x-Team :: Reverse/ida/ida-plugin/findcrypt/findcrypt3.py

2 stars
1 forks
2022
2 1 2022-06-02 2022-06-02

malefs/security-smell-detector-python-gist :: gist-src/eeea2093888e8d4004ec06b5a1dede1e.py

1 stars
5 forks
2019→20
1 5 2019-11-23 2020-07-26

malefs/security-smell-detector-python-gist :: gist-hash/eeea2093888e8d4004ec06b5a1dede1e/snippet.py

1 stars
5 forks
2019→20
1 5 2019-11-23 2020-07-26

PyEGo/exp-gist :: hard-gists-me/eeea2093888e8d4004ec06b5a1dede1e/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

PyEGo/exp-gist :: hard-gists-reqs/eeea2093888e8d4004ec06b5a1dede1e/snippet.py

Experiment results on hard-gists dataset

0 stars
1 forks
2021→22
0 1 2021-04-18 2022-11-18

idapython/src :: Scripts/msdnapihelp.py

IDAPython project for Hex-Ray's IDA Pro

1488 stars
288 forks
2015→25
1488 288 2015-03-14 2025-03-13

c3rb3ru5d3d53c/binlex :: scripts/plugins/ida/binlex/main.py

A Binary Genetic Traits Lexer Framework

494 stars
54 forks
2021→25
494 54 2021-06-14 2025-02-23

gaasedelen/patching :: plugins/patching.py

An Interactive Binary Patching Plugin for IDA Pro

1032 stars
121 forks
2022→24
1032 121 2022-02-10 2024-11-24

grayhatacademy/ida :: plugins/funcprofiler/funcprofiler.py

1355 stars
358 forks
2013→23
1355 358 2013-10-16 2023-10-23

HACK-THE-WORLD/IDAPluginList :: IdaClu/idaclu.py

IDA插件集合,含项目名称及项目地址,每日定时Clone项目。

406 stars
45 forks
2022→24
406 45 2022-03-21 2024-09-21

scottmudge/DebugAutoPatch :: DebugAutoPatch.py

Patching system improvement plugin for IDA.

42 stars
4 forks
2019
42 4 2019-08-29 2019-09-07

eybisi/d810 :: D810.py

2 stars
2 forks
2022
2 2 2022-10-20 2022-10-25

patois/genmc :: genmc.py

Display Hex-Rays Microcode

238 stars
38 forks
2019→22
238 38 2019-06-05 2022-11-13

twisted-fun/IDARE :: JumpTableFuncRename.py

Automation plugins for various reversing tasks in IDA.

8 stars
1 forks
2021
8 1 2021-09-05 2021-09-07

aliyunav/Finger :: finger_plugin.py

A tool for recognizing function symbol

463 stars
65 forks
2021→24
463 65 2021-10-14 2024-04-08

rand-tech/pcm :: src/ida/mcp.py

MCP for reverse engineering

37 stars
5 forks
2025
37 5 2025-03-27 2025-03-30

sean2077/311SireCustomizedPackageDev :: ida-scripts/311stru_tool.py

Learn to make scp (Sire Customized Package) for game "‎Sangokushi XI Power-up Kit"(san11pk) by KOEI. Inspired by https://github.com/sjn4048/311MemoryResearch.

4 stars
0 forks
2024
4 0 2024-07-05 2024-07-12

bootleg/ret-sync :: ext_ida/SyncPlugin.py

ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.

2147 stars
274 forks
2016→24
2147 274 2016-01-10 2024-02-29

smuniz/point-source :: debugger_plugins/pointsource_plugin.py

Python-based C Decompiler based on LLVM

5 stars
1 forks
2014→17
5 1 2014-10-03 2017-03-15

BinaryAnalysisPlatform/bap-ida-python :: plugins/bap/plugins/bap_functions.py

integration with IDA

92 stars
31 forks
2016→21
92 31 2016-06-10 2021-05-27

RceNinja/Re-Scripts :: scripts/IA32-VMX-Helper/IA32_VMX_Helper.py

34 stars
5 forks
2019→21
34 5 2019-09-24 2021-07-20

newmsk/ESig :: ESigs.py

IDA plugin for analysing E language(or FlyStudio) complied file

6 stars
3 forks
2021
6 3 2021-04-10 2021-08-19

sfinktah/sfida :: idarest_master.py

idapro python toolkit

14 stars
1 forks
2021→24
14 1 2021-03-01 2024-10-23

Accenture/FirmLoader :: firmloader.py

101 stars
12 forks
2022→24
101 12 2022-06-09 2024-12-05

p-state/ida-efitools2 :: ida-efitools2.py

IDA plugin for extending UEFI reverse engineering capabilities

59 stars
6 forks
2020→21
59 6 2020-10-15 2021-11-01

pfalcon/idapython :: Scripts/AsmViewer.py

Automatically exported from code.google.com/p/idapython

18 stars
5 forks
2015
18 5 2015-04-14 2015-04-14

clarkb7/annotate_lineinfo :: annotate_lineinfo_plugin.py

Annotate IDA with source and line number information from a PDB

12 stars
5 forks
2019→21
12 5 2019-03-24 2021-04-15

patois/vds5plugin :: vds5.py

vds5plugin - vds5.py script taken from IDAPython and turned into a plugin

7 stars
1 forks
2019→20
7 1 2019-05-20 2020-06-04

techbliss/Ida_stylesheet_paster :: Style_Paster_Plugin.py

Stylesheet Paster for ida pro 7.+

7 stars
1 forks
2017
7 1 2017-12-14 2017-12-14

singleghost2/IDA-Notepad-plus :: ida_plugin/ida_notepad_plus.py

A useful IDA Notepad plug-in that can completely replace IDA’s native Notepad window.

28 stars
4 forks
2024
28 4 2024-05-03 2024-12-03

RomanRybachek/Copy_RVA :: rva_copy.py

Plugin for ida pro that copies RVA under cursor to clipboard.

13 stars
4 forks
2023
13 4 2023-07-28 2023-07-28

wlingze/golang_rev :: golang_rev.py

A simple golang reverse engineering ida plugin

17 stars
2 forks
2020
17 2 2020-07-22 2020-12-16

nihilus/IDA-pinlog :: loadlog_plugin.py

5 stars
2 forks
2014
5 2 2014-09-03 2014-09-04

FFT-Hackers-old/IDA-Tools :: plugins/ida-sync.py

The IDA sync plugin

4 stars
4 forks
2018→19
4 4 2018-07-06 2019-01-16

maskelihileci/IDA_Ollvm-unflattener :: ollvm-unflattener.py

Control Flow Flattening Deobfuscator for Obfuscator-LLVM as a plugin for IDA Pro.

34 stars
7 forks
2025
34 7 2025-04-14 2025-04-14

stevemk14ebr/RETools :: IdaScripts/plugins/hexlight.py

My reversing tools. Some custom, some not.

205 stars
24 forks
2020→24
205 24 2020-05-27 2024-01-03

danielplohmann/mcrit :: plugins/ida/ida_mcrit.py

The MinHash-based Code Relationship & Investigation Toolkit (MCRIT) is a framework created to simplify the application of the MinHash algorithm in the context of code similarity.

93 stars
12 forks
2022→25
93 12 2022-05-05 2025-05-22

captainGeech42/rev-tools :: dbgsync/dbgsync_ida.py

0 stars
0 forks
2023→25
0 0 2023-09-23 2025-03-09

alex-ilgayev/ida-pro-junk-code-removal :: deobf_plugin.py

52 stars
2 forks
2020
52 2 2020-02-27 2020-02-27

Ga-ryo/IDAFuzzy :: ida_fuzzy.py

Fuzzy search tool for IDA Pro.

207 stars
38 forks
2018→19
207 38 2018-04-10 2019-12-16

cmu-sei/pharos :: tools/ooanalyzer/ida/OOAnalyzer.py

Automated static analysis tools for binary programs

1606 stars
198 forks
2015→25
1606 198 2015-06-12 2025-06-03

matthewrhannon/IDAPython-Automation-Scripts :: pyyysigme.py

Various scripts written in IDAPython to perform various tasks to augment reverse engineering using IDA Pro. Most of the scripts perform some form of automation for signatures, deobfuscation, cleaning sections such as .pdata and RUNTIME_FUNCTION SEH exception handling, LLM Auto-Reversing Application (functions, variables, structures, etc..)

6 stars
5 forks
2024
6 5 2024-09-24 2024-09-24

nihilus/idascope :: IDAscope.py

28 stars
5 forks
2014
28 5 2014-08-31 2014-08-31

sean2077/make-word-dword-ida :: make_word_dword.py

IDA Pro Plugin: Quick Make Word and Double Word

2 stars
0 forks
2024
2 0 2024-06-17 2024-06-17

securisec/mixto-scripts :: mixto-ida/mixto_ida_py2.py

Repo holds scripts to integrate with other tools

1 stars
1 forks
2020→25
1 1 2020-12-15 2025-05-12

mahmoudimus/ida-taskr :: src/ida_taskr/taskr_plugin.py

IDA Taskr is a pure Python library for IDA Pro related parallel computing. It lets you use the power of Qt (built-in to IDA!) and Python's powerful multiprocessing and asyncio systems to quickly process computationally intensive tasks without freezing IDA Pro. Oh, and it's super fast too.

0 stars
0 forks
2025
0 0 2025-05-29 2025-05-31

josephH00/ida-InTooDeep :: InTooDeep.py

IDA Pro Folder Management Made Easy

14 stars
1 forks
2024
14 1 2024-08-11 2024-12-24

zfi2/IDA-9.0-Discord-RPC :: ida-rpc.py

IDA 9.0 Discord Rich Presence Python plugin

8 stars
0 forks
2024
8 0 2024-08-17 2024-08-17

ax330d/hrdev :: hrdev.py

Hex-Rays Decompiler Enhanced View

179 stars
50 forks
2015→18
179 50 2015-02-22 2018-09-21

0rganizers/nmips :: instr_info.py

nanoMIPS IDA plugin

67 stars
11 forks
2021
67 11 2021-06-18 2021-09-15

angryzor/rangers-analysis :: fpmath_optimizer.py

Static analysis tools for rangers

2 stars
0 forks
2023→25
2 0 2023-10-05 2025-05-21

xerub/idastuff :: hnight.py

IDA Pro/Hexrays plugins

132 stars
34 forks
2017→18
132 34 2017-04-05 2018-10-02

BinaryAnalysisPlatform/bap-ida-python :: plugins/bap/plugins/bap_bir_attr.py

integration with IDA

92 stars
31 forks
2016→21
92 31 2016-06-10 2021-05-27

RobinDavid/idasec :: idasec.py

IDA plugin for reverse-engineering and dynamic interactions with the Binsec platform

115 stars
25 forks
2016→17
115 25 2016-10-24 2017-11-19

OALabs/UnpacMe-IDA-Byte-Search :: src/unpacme_search.py

UnpacMe IDA Byte Search

28 stars
3 forks
2023
28 3 2023-06-12 2023-11-20

hoangcuongflp/Stuff :: ida-master/plugins/leafblower/leafblower.py

because I've orderliness obsession :(

6 stars
7 forks
2015→14
6 7 2015-10-12 2014-12-22

csl-ugent/TREX :: containers/ida/plugins/ida_plugin.py

Toolbox for Reverse Engineering

2 stars
0 forks
2024→25
2 0 2024-08-20 2025-02-07

maskelihileci/Retrospective_Analysis :: Retrospective_Analysis.py

Retrospective Analysis

8 stars
0 forks
2024→25
8 0 2024-11-16 2025-02-19

silascutler/IDA_AutoAnalysis :: AutoAnalysis.py

IDA Pro plugin that rename functions on load, based on functionality

19 stars
1 forks
2018
19 1 2018-02-18 2018-03-09

Cisco-Talos/CASC :: plugin/casc_plugin.py

42 stars
16 forks
2015→18
42 16 2015-05-04 2018-09-12

zmrbak/IDAPython :: 配套代码/ida10/python/examples/core/auto_instantiate_widget_plugin.py

在线课程《IDAPython脚本化软件逆向分析入门》课程源码

10 stars
6 forks
2022
10 6 2022-05-02 2022-05-14

Accenture/VulFi :: vulfi.py

IDA Pro plugin for query based searching within the binary useful mainly for vulnerability research.

617 stars
67 forks
2022→25
617 67 2022-02-28 2025-05-13

HACK-THE-WORLD/IDAPluginList :: LazyIDA/LazyIDA.py

IDA插件集合,含项目名称及项目地址,每日定时Clone项目。

406 stars
45 forks
2022→24
406 45 2022-03-21 2024-09-21

gistable/gistable :: all-gists/b59679e31dbdb01064d6bceb827ed88b/snippet.py

GitHub gists and the dockerfiles needed to run them.

76 stars
23 forks
2018→23
76 23 2018-02-01 2023-02-11

kernullist-honey/stlcomment :: src/stl_comment.py

STL Comment is an IDA plugin that comments on STL calls.

5 stars
4 forks
2019
5 4 2019-01-14 2019-01-14

cExplr/highlight_calls :: highlight_calls.py

# This is originally by Jthuraisamy which he reimplemented from elsewhere. Since some of the API were outdated, I have updated it and it works well.

0 stars
0 forks
2023
0 0 2023-07-20 2023-07-20

danielplohmann/gui-plugin-template :: template_plugin/PluginIda.py

A template for cross-compatible GUI plugins (IDA, Ghidra, Binary Ninja, Cutter)

7 stars
1 forks
2024
7 1 2024-02-26 2024-03-07

a1ext/auto_re :: auto_re.py

IDA PRO auto-renaming plugin with tagging support

712 stars
91 forks
2016→24
712 91 2016-09-16 2024-09-05

FBLeee/IDA_stalker_trace_so_ :: stalker_trace_so.py

可以一键生成对指定函数hook的初步脚本 or trace,根据oacia / stalker_trace_so添加一些过滤规则,可以选择一键生成【trace所有函数的脚本】 or 【trace指定函数的脚本】

7 stars
6 forks
2024→25
7 6 2024-04-19 2025-02-24

benwoo1110/PMA-Notes :: Plugins/hexcopy.py

3 stars
0 forks
2022
3 0 2022-09-27 2022-12-10

osirislab/ugo :: src/hotloader.py

IDA Hexrays plugin for Go binaries

4 stars
2 forks
2017
4 2 2017-12-13 2017-12-21

matthewrhannon/IDAPython-Automation-Scripts :: cleanup_my_fuck_up.py

Various scripts written in IDAPython to perform various tasks to augment reverse engineering using IDA Pro. Most of the scripts perform some form of automation for signatures, deobfuscation, cleaning sections such as .pdata and RUNTIME_FUNCTION SEH exception handling, LLM Auto-Reversing Application (functions, variables, structures, etc..)

6 stars
5 forks
2024
6 5 2024-09-24 2024-09-24

pfalcon/idapython :: examples/ex_prefix_plugin.py

Automatically exported from code.google.com/p/idapython

18 stars
5 forks
2015
18 5 2015-04-14 2015-04-14

yangying5/blog :: images/android/IDA/插件/ShowFridaCode.py

0 stars
0 forks
2024→25
0 0 2024-07-25 2025-05-11

vmallet/ida-hex-highlighter :: plugins/highlighter_plugin.py

Hex-Rays Block Highlighter plugin for IDA to highlight if/for/do/switch/while blocks

61 stars
9 forks
2022
61 9 2022-04-06 2022-04-17

ktb88/ctf :: 2017_2nd_TenDollarCTF/reversing/on_my_way/syms2elf.py

repo for ctf

22 stars
10 forks
2017→18
22 10 2017-07-16 2018-04-15

tmr232/ida-plugins :: autoenum/autoenum.py

IDA Pro Plugins

19 stars
9 forks
2015
19 9 2015-05-27 2015-05-31