Loading page…
Executable and Linkable Format: the standard binary format for executables, object files, and shared libraries on Linux.
Every Linux process image, .o file, and .so is ELF; readelf and objdump decode the headers, section tables, and symbol tables you parse in the binary tracks.