# binary-analysis-patterns

> Claude/Codex skill by [@wshobson](https://omgskills.com/library/wshobson/index.md) · 38k stars · Updated 2026-07-22

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

Tags: agent-skills, agentic-ai, agents, ai-agents, anthropic, automation, claude-code, claude-code-plugins, codex-cli, copilot, cursor, cursor-rules, developer-tools, gemini-cli, mcp, multi-agent, opencode, orchestration, prompt-engineering, workflows

## Install

```sh
git clone https://github.com/wshobson/agents /tmp/agents && ln -s /tmp/agents/plugins/reverse-engineering/skills/binary-analysis-patterns ~/.claude/skills/binary-analysis-patterns
```

## From README

Binary Analysis Patterns Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code, and reconstructing program logic. When to Use This Skill Reverse-engineering an unknown executable to understand its behavior Analyzing malware or obfuscated binaries with Ghidra / IDA Pro / Binary Ninja Recognizing common assembly idioms (function prologues, switch tables, vtable dispatch) Reconstructing high-level control flow from compiled code Identifying compiler-introduced patterns (stack canaries, PIC trampolines) Detailed section: Disassembly Fundamentals Originally a 2047-byte section in this SKILL.md. Moved to references/details.md to fit Codex's 8 KB skill body cap.

## Links

- HTML page: https://omgskills.com/skills/wshobson/agents/binary-analysis-patterns/
- GitHub: https://github.com/wshobson/agents
- Author: [@wshobson](https://omgskills.com/library/wshobson/index.md)

## More from this repo

- [python-packaging](https://omgskills.com/skills/wshobson/agents/plugins/python-development/skills/python-packaging/index.md) — Used to create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to...
   - [@wshobson](https://omgskills.com/library/wshobson/index.md) · 39k stars
- [ai-debt-detector](https://omgskills.com/skills/wshobson/agents/plugins/skill-forge-essentials/skills/ai-debt-detector/index.md) — Use after generating code, after accepting AI suggestions, or when reviewing AI-written modules.
   - [@wshobson](https://omgskills.com/library/wshobson/index.md) · 39k stars
- [market-sizing-analysis](https://omgskills.com/skills/wshobson/agents/plugins/startup-business-analyst/skills/market-sizing-analysis/index.md) — Calculate TAM/SAM/SOM for market opportunities using top-down, bottom-up, and value theory methodologies.
   - [@wshobson](https://omgskills.com/library/wshobson/index.md) · 39k stars
