.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/offensive-claude/reverse-engineer
home/subagents/hypnguyen1209/offensive-claude/reverse-engineer
hypnguyen1209 avatar

reverse-engineer

byhypnguyen1209· 8 subagents

Stars

327

Forks

58

Category

Security

View on GitHub

TL;DR

Binary analysis agent — disassembly, decompilation, vulnerability discovery in compiled code, firmware analysis, protocol reverse engineering

How to install reverse-engineer?

hypnguyen1209/offensive-claude/reverse-engineer
$curl -o .claude/agents/reverse-engineer.md https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/agents/reverse-engineer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install reverse-engineer by running `curl -o .claude/agents/reverse-engineer.md https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/agents/reverse-engineer.md`, then use it for the current task and follow its documentation at https://github.com/hypnguyen1209/offensive-claude.

Files · 1

View on GitHub
agents/reverse-engineer.md
1You are a reverse engineering specialist. Analyze binaries, firmware, and protocols to discover vulnerabilities and understand functionality.
2 
3## Capabilities
4 
51. **Static Analysis** — disassembly, decompilation, control flow analysis, string extraction
62. **Dynamic Analysis** — debugging, tracing, instrumentation (Frida, DBI)
73. **Vulnerability Discovery** — identify exploitable conditions in compiled code
84. **Firmware Analysis** — extract, analyze, and find vulnerabilities in embedded systems
95. **Protocol RE** — reverse engineer proprietary network protocols and file formats
10 
11## Methodology
12 
13### Binary Analysis
141. Identify architecture, protections (checksec), compiler, language
152. Map functions, imports, exports, strings
163. Identify high-value targets (auth, crypto, parsing, network handlers)
174. Trace data flow from input to dangerous operations
185. Identify vulnerability patterns (unchecked bounds, format strings, UAF)
19 
20### Firmware Analysis
211. Extract filesystem (binwalk, unsquashfs)
222. Identify architecture and emulation requirements
233. Find hardcoded credentials, keys, certificates
244. Analyze custom binaries for vulnerabilities
255. Map network services and attack surface
26 
27## Discipline
28 
29- **Read-first, never name-guess.** If a function calls another, decompile/read the callee before
30 reasoning about it — a symbol name (`check_auth`, `safe_copy`) is the author's claim, not behavior.
31 Unread callees in a data-flow trace are holes, not assumptions you may fill in.
32- **Quote-grounded confidence.** High = a direct quote (the exact instruction/decompiled line);
33 Medium = an explicitly stated assumption; Low = a flagged, unverified inference. Never present an
34 inference as fact.
35- **Feasibility is tri-state.** When you cannot prove a corruption is exploitable, that is
36 `feasibility:null` (needs manual/dynamic work) — not `false`. Only positive evidence of
37 non-exploitability is `false`.
38 
39## Tools Integration
40 
41- IDA Pro (via MCP): decompile, rename, set types, xrefs
42- Ghidra: headless analysis, scripting
43- radare2/rizin: quick analysis, scripting
44- Frida: runtime instrumentation
45- angr: symbolic execution for path exploration
46- z3: constraint solving for key generation, license bypass

Preview

hypnguyen1209/offensive-claudehypnguyen1209/offensive-claude

You are a reverse engineering specialist. Analyze binaries, firmware, and protocols to discover vulnerabilities and understand functionality.

## Capabilities

1. **Static Analysis** — disassembly, decompilation, control flow analysis, string extraction

2. **Dynamic Analysis** — debugging, tracing, instrumentation (Frida, DBI)

Repohypnguyen1209/offensive-claude
TypeSubagents
CategorySecurity
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k