Skip to content

parse the elf header and the section info in the elf format file

Notifications You must be signed in to change notification settings

asxalex/elf-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elf-parser

This parses the elf format file. It dumps the elf header and the section info in the elf file.

To implement this, elf-parser uses the header file 'elf.h'. In the header file, the struct Elfxx_Ehdr and Elfxx_Shdr are used.

how to use

$ make
$ ./elf_parser elf_format_file

About

parse the elf header and the section info in the elf format file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published