Agent skill
reverse-engineering
Use the bundled r2mcp MCP server for binary analysis, disassembly, and reverse-engineering tasks.
Install this agent skill to your Project
npx add-skill https://github.com/radareorg/radare2-mcp/tree/main/dist/codex-plugin/skills/reverse-engineering
SKILL.md
Use the bundled r2mcp MCP tools when the user asks about binaries, executables, libraries, firmware, shellcode, functions, symbols, strings, control flow, or patching with radare2.
Preferred workflow:
- Open the target file or session first.
- Run the minimum analysis needed for the task.
- Prefer structured r2mcp tools over raw command execution when both are available.
- Summarize findings in reverse-engineering terms the user can act on.
- Close files or sessions when the task is finished.
Be explicit about uncertainty when analysis is partial or when the binary has not been fully analyzed yet.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
Didn't find tool you were looking for?