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
makeWith a simple main.c

