What problem does it solve? When facing APK analysis, binary reverse engineering, JS deobfuscation, CTF challenges, or penetration testing, AI agents often guess commands or pick the wrong tool among jadx, apktool, Frida, IDA, radare2, and BurpSuite. This Skill routes each task to the correct methodology, checks which tools are locally available, and executes reproducible workflows instead of trial-and-error. ## Core Features & Use Cases - Task Routing: A master routing matrix maps tasks (APK, iOS, exe/dll/so/elf binaries, .NET, frontend JS encryption, DSL VM, firmware, CTF, malware/YARA, patch diffing, Pwn, API/GraphQL security) to the right sub-skill and methodology. - Toolchain Bootstrap: Automatically detects locally installed reversing tools and generates a tool index so workflows only use what is actually available. - Case Management: PowerShell scripts initialize cases with scope gates, timelines, work items, and evidence chains for authorized engagements. - Use Case: Given an Android APK with encrypted network parameters, the Skill routes to the APK methodology, checks for jadx/apktool/Frida, and runs a reproducible decompile-and-hook workflow. ## Quick Start Analyze this APK file and route it through the appropriate reverse engineering workflow using locally available tools.