Executable and Linkable Format
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
(→Links) |
||
Line 20: | Line 20: | ||
* [https://github.com/corkami/pics/blob/master/ELF101.png ELF101 - a Linux executable walkthrough] | * [https://github.com/corkami/pics/blob/master/ELF101.png ELF101 - a Linux executable walkthrough] | ||
* [https://onedrive.live.com/view.aspx?resid=EBE7DEDA70D06DA0!107&app=PowerPoint&authkey=!AD-O3oq3Ung7pzk Hacking GCN via OpenGL (it's got an ELF in it)] | * [https://onedrive.live.com/view.aspx?resid=EBE7DEDA70D06DA0!107&app=PowerPoint&authkey=!AD-O3oq3Ung7pzk Hacking GCN via OpenGL (it's got an ELF in it)] | ||
+ | * [http://www.cirosantilli.com/elf-hello-world/ ELF Hello World Tutorial] |
Revision as of 14:59, 22 May 2017
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