idapython
✓用于逆向工程的 IDA Pro Python 脚本。在编写 IDAPython 脚本、分析二进制文件、使用 IDA 的 API 进行反汇编、反编译(Hex-Rays)、类型系统、交叉引用、函数、段或任何 IDA 数据库操作时使用。涵盖 ida_* 模块(50+)、idautils 迭代器和常见模式。
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 |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/mrexodia/ida-pro-mcp --skill idapython- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 idapython?
用于逆向工程的 IDA Pro Python 脚本。在编写 IDAPython 脚本、分析二进制文件、使用 IDA 的 API 进行反汇编、反编译(Hex-Rays)、类型系统、交叉引用、函数、段或任何 IDA 数据库操作时使用。涵盖 ida_* 模块(50+)、idautils 迭代器和常见模式。 来源:mrexodia/ida-pro-mcp。
如何安装 idapython?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mrexodia/ida-pro-mcp --skill idapython 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/mrexodia/ida-pro-mcp
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01