/ft_nm

nm command recreation

Primary LanguageC

ft_nm

Project by:

Description:

  • This project will educate you on a deeper comprehension of how linux handle executables, by re-creating the command nm
  • Handle x86_32, x64, objects file and .so files
  • Handle options -a (all symbols), -g (extern symbols), -u (undefined symbols), -r (reverse sort), -p (no sort)

Note:

  • 125/100