- This project will educate you on a deeper comprehension of how linux handle executables, by re-creating the command nm
- Handle x86_32, x64, objects file and .so files
- Handle options -a (all symbols), -g (extern symbols), -u (undefined symbols), -r (reverse sort), -p (no sort)
- 125/100