binary-analysis

Analyze binaries to identify protections, vulnerabilities, and exploit starting points.

7|1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/kiwamizamurai/cctf --skill binary-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binary-analysis
Source: https://github.com/kiwamizamurai/cctf/tree/main/.claude/skills/binary-analysis
Command: npx skills add https://github.com/kiwamizamurai/cctf --skill binary-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes reference (resource) components.

What problem does it solve?

This Skill helps you dissect binaries to identify protections, vulnerabilities, and craft proof-of-concept exploits.

Core Features & Use Cases

  • Vulnerability discovery: Check protections, inspect strings, and examine symbols.
  • Exploitation templates: Provide starting points for BOF, format-string, and ROP.
  • Tooling guidance: Suggested build and analysis workflow for pwntools-based exploits.

Quick Start

Basic analysis workflow:

  • file <binary>
  • checksec --file=<binary>