def. Executable and Linkable Format (ELF) is a standard for the format of a binary executable file in linux.

Sections of ELF

  • .text: code.
  • .data: initialised data.
  • .rodata: initialised read-only data.