13 lines
165 B
Markdown
13 lines
165 B
Markdown
|
# ELF
|
||
|
|
||
|
## File contents
|
||
|
|
||
|
- ELF header
|
||
|
- Program headers
|
||
|
- Sections
|
||
|
- Section headers
|
||
|
|
||
|
## Entry point
|
||
|
|
||
|
The entry point is defined in the first 64 bytes (ELF header).
|