NM is a system command. It allows to list the symbols of objects files.
The goal is to recreate this command with the <elf. h> or <macho. h> library depending on the operating system chosen.
Bonus flags:
- r
- p
- Clone Repository
git clone https://github.com/vvaucoul/NM && cd NM
- Compilation
make
With a simple main.c