elf-parser
elf-parser copied to clipboard
Identifying/Extracting various sections of an ELF file
elf-parser
Identifying/Extracting various sections of an ELF file
=============
-
NOTES ============= This section contains random thoughts during development.
-
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
-
Dynamic-linked libraries (.so) == ELF Static-linked libraries (.a) == archive (no ELF!)
Licensed under the Creative Commons License. Refer LICENSE.md for more details.