Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.
/ my_objdump Public archive

A command-line tool that reproduces the behavior of objdump.

Notifications You must be signed in to change notification settings

ronanboiteau/my_objdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

my_objdump

A command-line tool that reproduces the behavior of objdump with the -fs options.

Requirements

Compilation

Navigate to the root of the repository from your Terminal and run make to build the my_objdump executable file.

How to use my_objdump?

my_objdump works like GNU Binutils's objdump. However my_objdump only reproduces objdump's standard behavior, it does not support any option.

To analyze a binary file, pass it to my_objdump as argument.

As an example, if you have the my_objdump executable file & a a.out binary file in your current shell working directory, use this command to analyze a.out with my_objdump:

./my_objdump a.out

About

A command-line tool that reproduces the behavior of objdump.

Topics

Resources

Stars

Watchers

Forks