Skip to content

Brukols/Epitech-Nm-Objdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

NM and Objdump command rewrite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published