Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.22 KB

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 !!!