binary-triage
CommunityKick off fast binary triage for RE.
Authorcyberkaida
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a structured, rapid survey of a binary to understand its basic behavior, memory layout, strings, imports/exports, and function usage, enabling engineers to quickly identify suspicious activity and plan the next steps.
Core Features & Use Cases
- Memory layout survey: identify sections like .text, .data, .rodata, and .bss, and flag unusual characteristics.
- Strings survey: extract strings and scan for indicators such as network indicators, file paths, APIs, and error messages.
- Import/Export and symbol analysis: enumerate external symbols and categorize potentially suspicious APIs.
- Function overview: list named and anonymous functions and highlight likely entry points and callers.
- Task list generation: produce a prioritized set of next steps for deeper analysis.
- Use Case: When first examining a binary, triage quickly to determine if it is benign or malicious and plan subsequent investigations.
Quick Start
Load a binary in the MCP-enabled environment and run binary-triage to begin the initial survey. Review the resulting summary to identify memory layout, notable strings, and external imports, then follow the generated TODOs to guide deeper analysis.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: binary-triage Download link: https://github.com/cyberkaida/reverse-engineering-assistant/archive/main.zip#binary-triage Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.