objdump

Updated: April 19, 2023

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
AArch64 ntoaarch64-objdump
x86 64-bit ntox86_64-objdump

Runs on:

Linux, Mac, 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