An AI-powered chat interface for IDA Pro using Claude Agent SDK. Ask questions about your binary and get intelligent analysis powered by Claude.
video.mp4
- Dockable chat widget inside IDA Pro (Ctrl+Shift+C to toggle)
- AI-powered binary analysis using Claude
- Automatic script generation and execution
- Markdown rendering for formatted responses
- Persistent chat history per database
- IDA Pro 9.0 or later
hcli(Hex-Rays CLI tool)
Note: Make sure you have the latest version of hcli installed.
Install directly with hcli:
hcli plugin install ida-chatOr install from the GitHub repository:
hcli plugin install https://github.com/hexRaysSA/ida-chat-pluginAlternatively, download and install from a release:
-
Download the latest release (
ida-chat.zip) from the releases page -
Install with hcli:
hcli plugin install ida-chat.zip
-
On first launch, the setup wizard will guide you through authentication. You can also configure via command line:
# Option 1: System authentication (recommended - uses Claude Code credentials) hcli plugin install ida-chat.zip --config auth_type=system # Option 2: API key hcli plugin install ida-chat.zip --config auth_type=api_key --config api_key=YOUR_KEY # Option 3: OAuth hcli plugin install ida-chat.zip --config auth_type=oauth --config api_key=YOUR_TOKEN
- Open a database in IDA Pro
- Press Ctrl+Shift+C to open the chat panel (or use Edit > Plugins > IDA Chat)
- Type your question and press Enter
Example prompts:
- "List the main functions in this binary"
- "Analyze the function at the current address"
- "Find potential vulnerabilities"
- "Explain what this code does"
hcli plugin uninstall ida-chatMIT
