/Epitech-Nm-Objdump

NM and Objdump command rewrite

Primary LanguageC

NM / Objdump - Epitech project

Description

The goal was to rewrite the nm command without option and objdump command with option -fs.

Compilation

make # Compile the project
make nm # Compile nm
make objdump # Compile objdump
make tests_run # Compile and run tests

Usage

You must to give as argument a elf binary in 32 or 64 bits.

./my_objdump [a program]
./my_nm [a program]