Executable and Linkable Format
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Software) |
||
Line 3: | Line 3: | ||
|subcat=Executables | |subcat=Executables | ||
}} | }} | ||
− | |||
'''ELF''', Executable and Linkable Format, is an executable file format. | '''ELF''', Executable and Linkable Format, is an executable file format. | ||
[https://en.wikipedia.org/wiki/Executable_and_Linkable_Format The Wikipedia article] has a long list of links to various specifications. | [https://en.wikipedia.org/wiki/Executable_and_Linkable_Format The Wikipedia article] has a long list of links to various specifications. | ||
+ | |||
+ | == Software == | ||
+ | * [http://www.gnu.org/software/binutils/ GNU Binutils] → objdump | ||
+ | * [http://www.gnu.org/software/binutils/ GNU Binutils] → readelf |
Revision as of 16:35, 19 January 2014
ELF, Executable and Linkable Format, is an executable file format.
The Wikipedia article has a long list of links to various specifications.
Software
- GNU Binutils → objdump
- GNU Binutils → readelf