Performs initial binary triage by surveying memory layout, strings, imports/exports, and functions to quickly understand what a binary does and identify suspicious behavior. Use when first examining a binary, when user asks to triage/survey/analyze a program, or wants an overview before deeper reverse engineering.
$npx -y skills add cyberkaida/reverse-engineering-assistant --skill binary-triageInstalls into the current project.
Run `npx skills use "https://github.com/cyberkaida/reverse-engineering-assistant" --skill "cyberkaida/reverse-engineering-assistant/binary-triage"` 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.