Skip to content

Identifying/Extracting various sections of an ELF file

License

Notifications You must be signed in to change notification settings

priyacshah/elf-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Identifying/Extracting various sections of an ELF file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Assembly 81.4%
  • C 18.4%
  • Makefile 0.2%