Skip to main content
Back to registry

binary-analysis-patterns

wshobson/agents

Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code, and reconstructing program logic.

Installs2
Install command
npx skills add https://github.com/wshobson/agents --skill binary-analysis-patterns
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code, and reconstructing program logic. System V AMD64 (Linux, macOS) Microsoft x64 (Windows) - Initial triage : File type, architecture, imports/exports - String analysis : Identify interesting strings, error messages - Function identification : Entry points, exports, cross-references - Control flow mapping : Understand program structure - Data structure recovery : Identify structs, arrays, globals - Algorithm identification : Crypto, hashing, compression - Documentation : Comments, renamed symbols, type definitions - Optimizer artifacts : Code may not match source structure - Inline functions : Functions may be expanded inline - Tail call optimization : jmp instead of call + ret - Dead code : Unreachable code from optimization - Position-independent code : RIP-relative addressing

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does binary-analysis-patterns do?

Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code, and reconstructing program logic.

Is binary-analysis-patterns good?

binary-analysis-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does binary-analysis-patterns work with?

binary-analysis-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to binary-analysis-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install binary-analysis-patterns?

npx skills add https://github.com/wshobson/agents --skill binary-analysis-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering