What problem does it solve? It guides the analysis and exploitation of native binary challenges in authorized CTF competitions, where memory corruption vulnerabilities must be turned into working exploits with documented evidence. ## Core Features & Use Cases - Vulnerability Coverage: Handles memory corruption, ROP chains, heap exploitation, format strings, shellcode, kernel, and sandbox escape targets. - Structured Workflow: Uses challenge.json as the source of truth and directs the agent to the full technical manual in the skill library before selecting references. - Evidence Preservation: Saves the exploit, environment notes, and success evidence without directly submitting flags. - Use Case: Given a pwn challenge binary with a buffer overflow, load this skill to follow the manual, build a ROP-based exploit script, and record proof of successful exploitation. ## Quick Start Load the ctf-pwn skill and analyze the current challenge binary to develop a working exploit with saved evidence.