What problem does it solve? Understanding closed-source binaries, undocumented libraries, and CTF challenges requires specialized tooling and methodology that most developers lack, making binary analysis slow and error-prone. ## Core Features & Use Cases - Four-Phase Methodology: Structured workflow covering reconnaissance, static analysis, dynamic analysis, and documentation for any binary target. - Toolchain Guidance: Practical direction for IDA Pro, Ghidra, radare2, x64dbg, pwntools, angr, and Frida across scripting and debugging tasks. - Pattern Recognition: Reference material for identifying string obfuscation, anti-debugging tricks, API hashing, and calling conventions across x86, x64, and ARM. - Use Case: Given a CTF password-check binary, follow the guided steps to identify the file type, locate comparison logic in a disassembler, break on strcmp in GDB, and recover the expected input. ## Quick Start Ask the assistant to analyze a binary's authentication logic and walk you through static and dynamic analysis step by step.