Advanced #Programming in the #UNIX Environment
Week 11, The Executable and Linkable Format
We begin our exploration of shared libraries. We start with a look at the Executable and Linkable Format (#ELF) for binary files such as executables, object files, core files and shared libraries. We'll use the hexdump(1) and readelf(1) utilities to better understand the format.