Executable and Linkable Format
From Just Solve the File Format Problem
(Difference between revisions)
(Software) |
|||
Line 10: | Line 10: | ||
* [http://www.gnu.org/software/binutils/ GNU Binutils] → objdump | * [http://www.gnu.org/software/binutils/ GNU Binutils] → objdump | ||
* [http://www.gnu.org/software/binutils/ GNU Binutils] → readelf | * [http://www.gnu.org/software/binutils/ GNU Binutils] → readelf | ||
+ | |||
+ | == Links == | ||
+ | * [https://code.google.com/p/corkami/wiki/ELF101 ELF101 - a Linux executable walkthrough] |
Revision as of 23:27, 14 May 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