Executable Object Files

Overview

Executable object files are those produced by the linker. They contain binary code and data in a form that can be easy to load into memory. The following diagram shows how one looks like when formatted using ELF:

executable-elf.png

The ELF header contains the entry point of the program.

Powered by Forestry.md