• Stars
    star
    142
  • Rank 258,495 (Top 6 %)
  • Language
    Assembly
  • License
    Other
  • Created over 12 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

1. 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

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


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