Fast reverse engineering triage for rapid assessment (Levels 1-2: String Reconnaissance + Static Analysis).
/plugin marketplace add DNYoussef/context-cascade/plugin install dnyoussef-context-cascade@DNYoussef/context-cascadesecurity/re/# /re:quick Fast reverse engineering triage for rapid assessment (Levels 1-2: String Reconnaissance + Static Analysis). **Timebox**: ≤2 hours **RE Levels**: 1 (String Reconnaissance) + 2 (Static Analysis) ## Usage ## Parameters - `binary-path` - Path to binary/executable to analyze (required) - `--level` - Specific level to run: 1 (strings only) or 2 (static only) or 1,2 (both, default) - `--output` - Output directory for reports (default: re-project/notes/) - `--min-string-length` - Minimum string length for Level 1 (default: 10) - `--store-findings` - Store findings in memory-mcp for...