elf-inspection
CommunityInspect ELF binaries on Linux.
Authormohitmishra786
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you understand the internal structure of ELF binaries on Linux, enabling you to diagnose issues related to dependencies, symbols, and binary size.
Core Features & Use Cases
- Dependency Analysis: Identify shared libraries a binary depends on using
ldd. - Symbol Inspection: Examine exported and undefined symbols with
nm. - Section Breakdown: Analyze the layout and size of different sections using
readelf. - Disassembly: View the assembly code of a binary with
objdump. - Use Case: You encounter an "undefined reference" error at runtime. This Skill guides you to use
nmandlddto find which library is missing the required symbol and ensure it's accessible.
Quick Start
Use the elf-inspection skill to list all dynamic symbols in the file '/usr/bin/ls'.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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: elf-inspection Download link: https://github.com/mohitmishra786/low-level-dev-skills/archive/main.zip#elf-inspection 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.