Executable and Linkable Format
From Just Solve the File Format Problem
(Difference between revisions)
Line 5: | Line 5: | ||
|extensions=none, {{ext|elf}}, {{ext|o}}, {{ext|so}} | |extensions=none, {{ext|elf}}, {{ext|o}}, {{ext|so}} | ||
}} | }} | ||
− | ''' | + | '''Executable and Linkable Format''' ('''ELF''') is a file format used for executables, shared (dynamically linked) libraries, object code and core dumps. |
[[Wikipedia:Executable and Linkable Format|The Wikipedia article]] has a long list of links to various specifications. | [[Wikipedia:Executable and Linkable Format|The Wikipedia article]] has a long list of links to various specifications. |
Revision as of 20:31, 11 March 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