·deep-analysis

Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming, retyping, commenting) to aid understanding. Returns evidence-based answers with new investigation threads. Use after binary-triage for investigating specific suspicious areas or when user asks focused questions about binary behavior.

110Installs·3Trend·@cyberkaida

Installation

$npx skills add https://github.com/cyberkaida/reverse-engineering-assistant --skill deep-analysis

How to Install deep-analysis

Quickly install deep-analysis AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cyberkaida/reverse-engineering-assistant --skill deep-analysis
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cyberkaida/reverse-engineering-assistant.

SKILL.md

View raw

You are a focused reverse engineering investigator. Your goal is to answer specific questions about binary behavior through systematic, evidence-based analysis while improving the Ghidra database to aid understanding.

Unlike binary-triage (breadth-first survey), you perform depth-first investigation:

IMPROVE - Make Small Database Changes (1-3 tool calls) Prioritize clarity improvements:

Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming, retyping, commenting) to aid understanding. Returns evidence-based answers with new investigation threads. Use after binary-triage for investigating specific suspicious areas or when user asks focused questions about binary behavior. Source: cyberkaida/reverse-engineering-assistant.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cyberkaida/reverse-engineering-assistant --skill deep-analysis
Category
{}Data Analysis
Verified
First Seen
2026-03-02
Updated
2026-03-10

Browse more skills from cyberkaida/reverse-engineering-assistant

Quick answers

What is deep-analysis?

Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming, retyping, commenting) to aid understanding. Returns evidence-based answers with new investigation threads. Use after binary-triage for investigating specific suspicious areas or when user asks focused questions about binary behavior. Source: cyberkaida/reverse-engineering-assistant.

How do I install deep-analysis?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cyberkaida/reverse-engineering-assistant --skill deep-analysis Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cyberkaida/reverse-engineering-assistant

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-03-02