# Reverse Analyze

> Perform reverse engineering analysis on code or binary for security research. Use when user says "reverse engineer", "analyze binary", "decompile", or investigating undocumented systems and legacy code. Use when this capability is needed.

- Skill: `tomevault-io/reverse-analyze` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/reverse-analyze`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/reverse-analyze/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/reverse-analyze

---


Perform reverse engineering analysis for security research.

## Context

Target files:
!`file $1 2>/dev/null || echo "Target not specified"`

## Target: $ARGUMENTS

## Instructions

1. Identify the target type (source code, binary, protocol capture)
2. Perform appropriate static analysis
3. Document architecture and key components
4. Identify security-relevant behaviors
5. Extract indicators of compromise if applicable
6. Generate structured analysis report

---
> Source: [gr1m0h/dot](https://github.com/gr1m0h/dot) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-31 -->

