Gauthier Cler
Executable and Linkable Format
Composé d'un Header & de sections
Afficher différentes informations sur un fichier objet
Se déplacer de section en section et afficher leur contenu
Lister les symboles présents dans un fichier objet
# nm test.o
0000000a T global_function
00000025 T global_function2
00000004 C global_var
00000000 D global_var_init
00000004 b local_static_var.1255
00000008 d local_static_var_init.1256
0000003b T main
00000036 T non_mangled_function
00000000 t static_function
00000000 b static_var
00000004 d static_var_init
Récupérer la table de ces différents symboles