Skip to content

JakubPruzinec/ELF_symbol_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELF_symbol_extractor

Simple elf symbols extraction demonstration tool. nm dumps ELF object file symbols information to standard output. nm supports both, 32bit and 64bit ELF files.
Output: [value | bind | type | name]

Dependencies: elfutils

Installation, execution and removal:

$ sudo apt-get install -y elfutils libelf-dev     // ubunutu-based only
$ make
$ ./nm <elf-file>
$ make clear                                      // uninstall

Don't forget to checkout:
http://refspecs.linuxbase.org/elf/elf.pdf
https://github.com/kushaldas/elfutils/blob/master/libelf/gelf.h
https://github.com/kushaldas/elfutils/blob/master/libelf/libelf.h
https://docs.oracle.com/cd/E19683-01/817-0679/6mgfb878d/index.html
libelf by Example; Joseph Koshy, 2012

About

Simple elf symbols extraction demonstratrion tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published