Skip to content

Displays the name list (symbol table) of each object file.

Notifications You must be signed in to change notification settings

st3w4r/42-nm-otool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NM OTOOL

Build Status

Project

Re write the programs nm and otool -t.

Display the symbols of an object file, a binary, an archive and a dynamic library.

The programs can handle the architectures 32 and 64 bits.

Build

To build the program:

make

The binaries ft_nm and ft_otool will be created.

Test

Some tests are available into the test/automated directory. To run the test you can build this one with make and run with make test

NM

To run the program: ft_nm [options] [file_name ...]

Some options are available for the nm program:

-g     Display only global (external) symbols.
-j     Just display the symbol names (no value or type).
-u     Display only undefined symbols.
-U     Don't display undefined symbols.
-x     Display the symbol table entry's fields  in  hexadecimal,  along

OTOOL

To run the program: ft_otool [file_name ...]

About

Displays the name list (symbol table) of each object file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published