by ze-mu-zhou · Codex Skill · ★ 42
IDA-CLI 面向 AI 的 IDA Pro / Hex-Rays JSONL 内核 让你的 AI Agent 以无限制、持久化、低延迟的方式直接操控真实 IDA 数据库 — 无需 GUI,无需 MCP,无需中间层。 [!IMPORTANT] 本项目专为 AI Agent 设计。强烈建议让你的 Agent(Claude Code / Codex)自行完成安装和配置,而非手动操作。 👉 AI 安装指南 English 为什么选择 IDA-CLI? 现有的 IDA 集成方案通过 MCP 或 REST 暴露一组固定的工具,AI 只能在别人定义好的抽象边界内工作。IDA-CLI 采用完全不同的思路:直接把一个原始 Python 内核交给 Agent,通过 stdin/stdout JSONL 协议连接到活跃的 IDA 数据库。 核心特性 无限制 Python 内核 Agent 发送任意 IDAPython 代码,获得结构化 JSONL 响应。没有预定义的工具边界 — IDA 能做的,Agent 都能做。 AI 辅助层 () 40+ 个专为 AI 工作流设计的高层辅助函数,全部返回干净的 JSON: python ai.decompile("main") # Hex-Rays 伪代码 ai.functions() # 所有函数记录 ai.xrefsto("printf") # 交叉引用...
| Stars | 42 |
| Forks | 2 |
| Language | Python |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 62.1550544873698/100 |
| Last Updated | 2026-07-31 |
| Created | 2026-04-30 |
| Platforms | claude-code, cli, codex, python |
| Est. Tokens | ~14k |
These tools work well together with IDACLI for enhanced workflows:
Explore other popular codex skill tools:
IDACLI is AI-native IDA Pro kernel — unrestricted IDAPython over JSONL, persistent sessions, zero dependencies. Let your agent drive IDA, not call tools.. It is categorized as a Codex Skill with 42 GitHub stars.
IDACLI is primarily written in Python. It covers topics such as agent, ai, binary-analysis.
You can find installation instructions and usage details in the IDACLI GitHub repository at github.com/ze-mu-zhou/IDACLI. The project has 42 stars and 2 forks, indicating an active community.
IDACLI is released under the MIT license, making it free to use and modify according to the license terms.