elf-parser icon indicating copy to clipboard operation
elf-parser copied to clipboard

Identifying/Extracting various sections of an ELF file

elf-parser

Identifying/Extracting various sections of an ELF file

=============

  1. NOTES ============= This section contains random thoughts during development.

  2. Theoretical "hole" exists between elf-header and program-header. elf-header ends at elf_header.e_ehsize program-header starts at elf_header.e_phoff

  3. Dynamic-linked libraries (.so) == ELF Static-linked libraries (.a) == archive (no ELF!)

Licensed under the Creative Commons License. Refer LICENSE.md for more details.