https://www.gnu.org/software/binutils/
-
nm - Lists symbols from object files.
-
objdump - Displays information from object files.
-
readelf - Displays information from any ELF format object file.
apt-get source binutils
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=tree
man readelf
http://linuxcommand.org/man_pages/readelf1.html
man objdump
http://linuxcommand.org/man_pages/objdump1.html
man nm