Executable and Linkable Format
From Just Solve the File Format Problem
(Difference between revisions)
(Updated link) |
|||
Line 3: | Line 3: | ||
|subcat=Executables | |subcat=Executables | ||
|pronom={{PRONOM|fmt/688}}, {{PRONOM|fmt/689}}, {{PRONOM|fmt/690}}, {{PRONOM|fmt/691}} | |pronom={{PRONOM|fmt/688}}, {{PRONOM|fmt/689}}, {{PRONOM|fmt/690}}, {{PRONOM|fmt/691}} | ||
− | |extensions=none, {{ext|elf}}, {{ext|o}}, {{ext|so}} | + | |extensions=none, {{ext|elf}}, {{ext|o}}, {{ext|so}}, {{ext|mod}} |
}} | }} | ||
'''Executable and Linkable Format''' ('''ELF''') is a file format used for executables, shared (dynamically linked) libraries, object code and core dumps. | '''Executable and Linkable Format''' ('''ELF''') is a file format used for executables, shared (dynamically linked) libraries, object code and core dumps. |
Revision as of 20:54, 17 May 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