Skip to content

pcapurro/42nm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

42nm

« A completely UNIX project »

This is a simplified version of the POSIX bash nm command.

This tool can work with x86_32 and x64 ELF binaries only.

./42nm [paths] [options]

Supported options: -p (or --no-sort), and -r (or --reverse-sort).

Help feature -h (or --help) is also supported.