HexRaysSA/ida-claude-plugins

63 stars · Last commit 2026-03-16

IDA Claude Code Plugins

README preview

# Claude Code Resources for IDA Pro

Claude Code plugins and skills for IDA Pro reverse engineering workflows. These plugins enable Claude to autonomously create IDA Pro plugins and execute binary analysis scripts.

## [ida-plugin-development](plugins/ida-plugin-development/README.md)

Develop plugins for IDA Pro in Python, using idiomatic patterns, lessons, and tricks.


## (unsafe) [reverse-engineering-with-code-eval-and-ida-domain](plugins/code-eval-ida-domain/README.md)

> warning: this plugin generates and evaluates code on the current system, so it should only be used in a sandboxed environment.

(Unsafe) Skills, knowledge, and scripts for reverse engineering with IDA Pro. Autonomously writes and executes IDA Domain scripts to analyze binaries, extract functions, decompile code, and automate any reverse engineering task.

## Installation

```bash
/plugin marketplace add HexRaysSA/ida-claude-plugins
/plugin install ida-plugin-development@ida-claude-plugins

View full repository on GitHub →