Search notes:

objdump

objdump shows information about object files.
Microsoft's equivalent of objdump is dumpbin.exe

-d

-d outputs assembler content for executable sections.

-D

-D outputs assembler content for all sections.

Choosing assembly dialect when disassembling

The option -M intel shows disassembly information in intel rather than AT&T dialect.
See also

TODO

Compare with nm.

See also

binutils

Index