View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Objdump

From LQWiki

Jump to: navigation, search

objdump is a tool to work with binary object files. It is part of the GNU binutils.

objdump can be used for disassembly, with the -d flag, eg.

 objdump -d executable

If the executable has been compiled with debugging information, the -S flag will intermix source and disassembled code.

The --syms flag shows symbol information.


Personal tools