The Executable and Linkable Format (ELF) is used for
compilation outputs (.o
files), executables, shared libraries and core dumps.
The first cases are documented in the System V ABI
specification
and the Tools Interface Standard (TIS) ELF
specification but there does not
seem to be much documentation about the usage of the ELF format for core dumps.
Here are some notes on this.
↧
Anatomy of an ELF core file
↧