Objdump

From Wikipedia, the free encyclopedia

The correct title of this article is objdump. The initial letter is shown capitalized due to technical restrictions.

objdump is a program for displaying various information about object files. For instance, it can be used as a disassembler to view executable in assembly form. It is part of the GNU Binary Utilities for fine-grained control over executable and other binary data.

[edit] External links


objdump -Dslx to disassemble a binary.

In other languages