skills/smithery.ai/binary-analysis

binary-analysis

Installation
SKILL.md

Binary Analysis Skill

Quick Workflow

Progress:
- [ ] Run checksec (identify protections)
- [ ] Identify binary type and dangerous functions
- [ ] Find vulnerability (BOF/format string/heap)
- [ ] Calculate offsets
- [ ] Develop exploit with pwntools
- [ ] Test locally, then remote

Quick Analysis Pipeline

# 1. File identification
file <binary>
Installs
2
First Seen
Mar 20, 2026
binary-analysis from smithery.ai