The goal was to rewrite the nm command without option and objdump command with option -fs.
make # Compile the project
make nm # Compile nm
make objdump # Compile objdump
make tests_run # Compile and run tests
You must to give as argument a elf binary in 32 or 64 bits.
./my_objdump [a program]
./my_nm [a program]