Idac
Description
idac - IDA Pro command line tool for agents and humans
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
idac
[](https://pypi.org/project/idac/)  
The IDA Pro CLI built for agents and humans. One Unix socket — no JSON-RPC framing, no sidecar daemon, no MCP server. Just `idac decompile "sub_08041337"` from any shell or agent.
`idac` is in early alpha and actively developed. It is already useful day to day, but the CLI surface may still change between releases.
Contents
- Why idac
- Demo
- Quick start
- Requirements
- How it works
- Agent sandbox setup
- Usage
- Highlights
- Skill
- Development
- Credits
Why idac
- Not an MCP server — compose with the shell you already have: pipes,
xargs,jq, and your agent's existing tool-use loop. No server to run, no protocol to babysit. - Agent-native by default — every command can emit structured JSON (
-j), and a bundled skill teaches Claude Code and Codex to driveidacinstead of guessing at raw IDAPython. - Safe mutations — every mutation supports
preview, which applies the change under IDA's undo, captures the before/after, and rolls it back. Dry-run any rename, retype, or prototype change before committing it. - Built for batches — recover an entire class hierarchy, retype a hundred locals, or decompile every
Handler_*in one invocation against a shared context. - Live or headless — the same commands work against a running IDA GUI session or a saved
.i64/.idb. Switch targets with-c; with one GUI open, omit it entirely.
Demo
Run this against the fixture committed in this repo:
idac decompilemany "CreateHandler_" --out-dir decomp/ -c "db:fixtures/idb/handler_hierarchy.i64"
Every matching function is decompiled into its own `.c` f
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11