Skip to content

lenartlola/ft_nm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_nm

Summary: This project is about recoding the command nm.

man nm

nm - list symbols from object files

Working platforms:

  • Gnu/Linux
  • FreeBSD - maybe (:

Current status:

Reading an ELF object file and output the symbols for both 64 and 32 bits, flag arguments are not supported yet.

TODO:

  • Write a good parsing system.
  • Handle errors more carefully.
  • Refactor the code.
  • Create support for MacOS - probably not.
  • Compare the output to the real nm.

License

GPLv3 @ n0bits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published