From LQWiki
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.

This page is available under a