my_nm, my_objdump
ELF exploration, my first ELF project.
Grade for this unit: 85.2% Epitech's tests passed.
Close the repo
git clone https://github.com/Leorevoir/Nm-Objdump.gitInstall dependencies packages with Nix
nix developBuild the project
makeExecute the binaries !
./my_nm --help
./my_objdump --helpRun unit-tests
make tests_run