13 lines
165 B
Markdown
Raw Normal View History

2023-10-17 18:29:36 +00:00
# ELF
## File contents
- ELF header
- Program headers
- Sections
- Section headers
## Entry point
The entry point is defined in the first 64 bytes (ELF header).