What problem does it solve? Reverse engineering binaries from the command line often means guessing the right radare2 commands and flags. This Skill provides a repeatable workflow for reconnaissance, function analysis, string cross-referencing, and binary patching with r2, rabin2, rasm2, radiff2, rahash2, and rax2 on PE, ELF, Mach-O, DEX, and WASM files. ## Core Features & Use Cases - Standard Recon Script: Run the bundled recon script to get file info, sections, imports, exports, and strings in one pass, with optional r2 auto-analysis. - Interactive Analysis Workflows: Guided command sequences for locating main, tracing string references with axt, disassembling functions with pdf, and hex inspection. - Binary Patching & Diffing: Safe write-mode patching with wa/wx, plus binary comparison via radiff2 and hashing via rahash2. - Use Case: You receive a suspicious sample.exe. Run the recon script to identify architecture, entry point, suspicious strings, and network-related imports, then jump into r2 to disassemble the functions referencing those strings. ## Quick Start Ask the AI to analyze a binary file with radare2, for example: use radare2 to inspect sample.exe and tell me what it does.