GitHunt
NE

Nekory23/nm-objdump

{EPITECH} | Second year | Unix porgraming - Memory

nm-objdump

{EPITECH} | Second year | Unix porgraming - Memory

The goal is to code an equivalent to the system commands nm without any options and objdump with -fs option.

You must handle a variable number of parameters.
The display produced MUST be the same as the one on your dump.

The programs must work with the following:

  • relocatable files .o & .a
  • shared files .so
  • executable files

See the subject for further details !

========================

Grade : C | Mark : 1

Category Percentage Tests Crash ?
nm args tests 50% 1/2 x
nm basics 40% 2/5 x
nm error tests 0% 0/2 x
nm standard tests 40% 2/5 x
objdump args tests 100% 2/2 x
objdump basics 75% 3/4 x
objdump error tests 0% 0/2 x
objdump section name tests 100% 2/2 x
End score 50% 12/24 No

Beware of -42 Epitech students !!!

Contributors

Created March 9, 2022
Updated December 23, 2025
Nekory23/nm-objdump | GitHunt