Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming, retyping, commenting) to aid understanding. Returns evidence-based answers with new investigation threads. Use after binary-triage for investigating specific suspicious areas or when user asks focused questions about binary behavior.
$npx -y skills add cyberkaida/reverse-engineering-assistant --skill deep-analysisInstalls into the current project.
Run `npx skills use "https://github.com/cyberkaida/reverse-engineering-assistant" --skill "cyberkaida/reverse-engineering-assistant/deep-analysis"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cyberkaida/reverse-engineering-assistant" that are relevant to the current task. Run `npx skills add "https://github.com/cyberkaida/reverse-engineering-assistant"` and select the relevant skills, then follow their instructions.