binary-analysis-patterns
Patterns and techniques for binary analysis, assembly reconstruction, and reverse engineering across CPU architectures.
Install
npx skills add https://github.com/wshobson/agents --skill binary-analysis-patternsStats
| Total installs | 3,336 |
| Weekly installs | 3.3K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers x86-64, ARM64, and ARM32 calling conventions with detailed instruction patterns for function prologues, epilogues, and parameter passing across System V and Microsoft x64 ABIs
- Includes control flow patterns for conditionals, loops, and switch statements, plus data structure recognition for arrays, structs, and linked lists
- Provides common code patterns for string operations, arithmetic optimizations, and bit manipulation with assembly examples
- Offers Ghidra and IDA Pro integration guidance, including scripting examples for function signature recovery, structure creation, and pattern matching
- Documents decompilation strategies for variable recovery, type inference, and algorithm identification with analysis workflow best practices
Tags
Related skills
| Skill | Installs | vs binary-analysis-patterns |
|---|---|---|
| clerk-custom-ui | 2,800 | -536 |
| clerk-setup | 2,925 | -411 |
| protocol-reverse-engineering | 3,667 | +331 |
| hybrid-cloud-networking | 3,402 | +66 |
| anti-reversing-techniques | 3,366 | +30 |
FAQ
- How many installs does binary-analysis-patterns have?
- binary-analysis-patterns has 3,336 total installs and 3.3K installs this week.
- Where is binary-analysis-patterns hosted?
- binary-analysis-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does binary-analysis-patterns have?
- binary-analysis-patterns has 32.4K GitHub stars.
- When was binary-analysis-patterns first indexed?
- OrangeBot.AI first indexed binary-analysis-patterns on Jan 20, 2026.
- How do I install binary-analysis-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill binary-analysis-patterns