Executable and Linkable Format
From Just Solve the File Format Problem
(Difference between revisions)
m (Felix moved page ELF to Executable and Linkable Format) |
(Updated link) |
||
Line 18: | Line 18: | ||
== Links == | == Links == | ||
− | * [https:// | + | * [https://github.com/corkami/pics/blob/master/ELF101.png ELF101 - a Linux executable walkthrough] |
Revision as of 23:14, 8 April 2015
Executable and Linkable Format (ELF) is a file format used for executables, shared (dynamically linked) libraries, object code and core dumps.
The Wikipedia article has a long list of links to various specifications.
Format info
Software
- GNU Binutils → objdump
- GNU Binutils → readelf