ida-claude-plugins
IDA Pro plugin development and automated binary reverse engineering
All Skills in This Repository (4)
Pure Emerald Level Indicatorspackage-ida-plugin
Package IDA Pro plugins by creating ida-plugin.json manifests and publishing archives to GitHub Releases.
ida-domain-api
Analyze IDA Pro binaries with the Domain API for functions, strings, and xrefs.
ida-plugin-development
Create Python-based IDA Pro plugins using the IDA Domain API.
ida-domain-scripting
Execute Python scripts against the IDA Domain API for binary analysis.
Frequently Asked Questions
FAQPage SchemaHow to install ida-claude-plugins?โผ
Run `npx skills add HexRaysSA/ida-claude-plugins --all -g -y` in your terminal to install all skills globally. You also need IDA Pro 9.x and the uv package manager installed.
How to automate binary analysis with IDA Pro?โผ
The ida-domain-scripting skill writes and runs custom Python scripts against your binary to extract functions, strings, cross-references, and decompiled code automatically.
How to publish an IDA Pro plugin?โผ
The package-ida-plugin skill guides you through creating the ida-plugin.json manifest, validating with hcli lint, and publishing via GitHub Releases to plugins.hex-rays.com.
Does it work with Claude Code and other agents?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.
Is the code evaluation skill safe to run?โผ
The reverse engineering skill executes generated code on your system, so Hex-Rays recommends running it only in a sandboxed environment.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core