ida-domain-scripting
IMPORTANT - Path Resolution:
This skill can be installed in different locations. Before executing any commands, determine the skill directory based
on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual
discovered path.
Common installation paths:
- Project-specific:
<project>/.claude/skills/ida-domain-scripting - Manual global:
~/.claude/skills/ida-domain-scripting
IDA Domain Scripting
General-purpose binary analysis skill. I'll write custom IDAPython code for any reverse engineering task you request and execute it via the universal executor.
CRITICAL WORKFLOW - Follow these steps in order:
More from hexrayssa/ida-claude-code-plugins
ida-domain-api
Analyze binaries using the Domain API for IDA Pro. Use when examining program structure, functions, disassembly, cross-references, or strings.
3package-ida-plugin
Package IDA Pro plugins for the IDA Plugin Manager and plugins.hex-rays.com repository
3ida-plugin-development
Develop plugins for IDA Pro in Python, using idiomatic patterns, lessons, and tricks, including the Python Domain API (ida-domain). Use when creating both GUI (Qt) and background plugins for inspecting and rendering things program structure, functions, disassembly, cross-references, and strings.
3