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.