What problem does it solve? Reverse engineering binaries from the command line requires knowing dozens of radare2 commands and sub-tools; this Skill provides a structured methodology for recon, function analysis, string cross-referencing, and safe patching without a GUI. ## Core Features & Use Cases - Quick Recon Script: Run the bundled recon script to get file info, sections, imports, exports, and strings in one pass, with optional auto-analysis. - Interactive Analysis Workflows: Guided command sequences for locating main, finding string references with axt, disassembling functions with pdf, and hex inspection. - Safe Binary Patching: Write-mode workflows with backup reminders for modifying instructions via wa/wx, plus sub-tool coverage for rasm2, radiff2, rahash2, and rax2. - Use Case: You receive a suspicious Windows executable and need to know what it does. Run the recon script to extract strings and imports, identify network and registry APIs, then use axt to trace which function references a suspicious URL. ## Quick Start Use the radare2 skill to analyze this exe file and tell me what it does based on its strings and imports.