idapython
✓IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida_* modules (50+), idautils iterators, and common patterns.
Installation
SKILL.md
| Bytes/memory | idabytes | getbytes, patchbytes, getflags, create | | Functions | idafuncs | funct, getfunc, addfunc, getfuncname | | Names | idaname | setname, getname, demanglename | | Types | idatypeinf | tinfot, applytinfo, parsedecl | | Decompiler | idahexrays | decompile, cfunct, lvart, ctree visitor |
| Segments | idasegment | segmentt, getseg, addsegm | | Xrefs | idaxref | xrefblkt, addcref, adddref | | Instructions | idaua | insnt, opt, decodeinsn | | Stack frames | idaframe | getframe, definestkvar | | Iteration | idautils | Functions(), Heads(), XrefsTo(), Strings() | | UI/dialogs | idakernwin | msg, ask, jumpto, Choose |
| Database info | idaida | infget, infis64bit() | | Analysis | idaauto | autowait, planandwait | | Flow graphs | idagdl | FlowChart, BasicBlock | | Register tracking | idaregfinder | findregvalue, regvalueinfot |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mrexodia/ida-pro-mcp --skill idapython- Source
- mrexodia/ida-pro-mcp
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is idapython?
IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida_* modules (50+), idautils iterators, and common patterns. Source: mrexodia/ida-pro-mcp.
How do I install idapython?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mrexodia/ida-pro-mcp --skill idapython Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mrexodia/ida-pro-mcp
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01