objdump

Display information about one or more object files (GNU)

Syntax:

objdump_variant [options] objfile

where objdump_variant depends on the target platform, as follows:

Target platform objdump_variant
ARMv7 ntoarmv7-objdump
x86 ntox86-objdump

Runs on:

Linux, Microsoft Windows

Description:

The objdump utility displays information about one or more object files. The options control what particular information to display. The objfile… arguments identify the object files to be examined. When you specify archives, objdump shows information on each of the member object files.

For more information, see the Binutils documentation on the GNU website at https://www.gnu.org/software/binutils/manual/.

Contributing author:

GNU