Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 330 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 330 Bytes

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.