extract-elf
Installation
SKILL.md
ELF Binary Data Extraction
This skill provides guidance for tasks involving extraction of data from ELF binary files, including reading headers, parsing segments, and converting binary content to structured output formats.
Approach Overview
ELF extraction tasks typically require:
- Parsing the ELF header to understand file structure
- Reading program headers to identify LOAD segments
- Extracting data from segments at correct virtual addresses
- Converting binary data to the required output format