Skip to content

[2017] {EPITECH.} Recoded the nm and objdump commands in C.

Notifications You must be signed in to change notification settings

fannytavart/my_nmobjdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_nmobjdump

{EPITECH.} second year project.

C program that has the same behavior as the command nm or objdump -fs.

Requirements

Compilation

Navigate to the root of the repository from your Terminal and run make to build the my_nm and the my_objdump executable files. You can run make nm to only build the my_nm executable file or make objdump to only build the my_objdump executable file.

Running the program

To run the project, execute one of these commands from the root of the repository:

./my_nm [FILE NAME]
./my_objdump [FILE NAME]

Authors

About

[2017] {EPITECH.} Recoded the nm and objdump commands in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published