# Compare Binaries

> Compare two binaries for security differences. Use for patch analysis or regression testing.

- Skill: `rysweet/compare-binaries` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rysweet/compare-binaries`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rysweet/compare-binaries/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: rysweet (https://skillmd.com/u/rysweet)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rysweet/compare-binaries

---


# Binary Comparison

Compare security posture of two binaries: $0 and $1.

## Steps
1. Run checksec on both binaries:
   - `skwaq checksec $0`
   - `skwaq checksec $1`
2. Compare hardening differences
3. Ingest both and compare function counts, imports, strings
4. Identify functions present in one but not the other (patch analysis)
5. Report security improvements and regressions

