Skip to content

Tom-Hermann/objdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My objdump

The goal is to code an equivalent to the system commands objdump with -fs option.

You must handle a variable number of parameters.

The display produced MUST be the same as the one on your dump.

The programs must work with the following:

  • relocatable files .o & .a
  • shared files .so
  • executable files

Compile

The project compile with Makefile:

For compile the project use the commande:

foo@bar:~/objdump$ make re

For clean the project use:

foo@bar:~/objdump$ make fclean

Get instruction with:

foo@bar:~/malloc$ ./my_objdump

About

Code objdump

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published