binary-analysis-core
Installation
SKILL.md
Binary Analysis Core
Purpose
Provide a disciplined baseline workflow for vulnerability-oriented binary analysis.
Inputs
binary_patharchitectureruntime_environmentrecon_targets(optional)
Analysis Workflow
Phase 1: Structural Analysis
- Build call graph and function role map.
- Identify parser paths and data transformations.
- Locate boundary checks and memory operations.