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