reverse-skills

reverse-skills

Reverse engineering analysis skills, supporting over 40 AI programming tools.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.4k
Source
skill-github

Overview

The Reverse Engineering Skill Set is a plugin designed for IDA-NO-MCP that exports decompiled results from IDA and uses AI programming tools for analysis. The plugin includes multiple capabilities such as function symbol analysis, data structure reconstruction, and dynamic instrumentation script generation. These skills enable AI to better understand and analyze decompiled code, making them ideal for security researchers and reverse engineers.

Capabilities

  • Analyze function symbols from export/import tables or decompiled code
  • Reconstruct data structures from decompiled functions
  • Generate dynamic instrumentation scripts using modern Frida API
  • Simulate and debug specific code snippets using the Unicorn engine
  • Dump DEX files from memory of running Android applications
  • Extract C# symbol addresses from Unity IL2CPP builds

Use cases

Reverse engineering analysisUnderstanding decompiled codeDynamic instrumentation script generationMemory manipulation and debugging

Setup

Requires: IDA-NO-MCP
npx skills add P4nda0s/reverse-skills

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to install this plugin?

Use the command `npx skills add P4nda0s/reverse-skills`.

How to update or uninstall the plugin?

Use `npx skills check` to check for updates, `npx skills update` to update, and `npx skills remove` to uninstall.

Related skills