Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

3.6. Disassembling

The objdump tool can be used to to produce an disassembly of an object or executable file. It is used like this:

objdump -d hello.o

You could also use the -D option to produce a dissassembly of all of the sections in an object file, not only those that have been marked as containing instructions, and -z to tell objdump to disassemble instructions whose value is zero. (Normally such instructions are just skipped).

 
 
  Published under the terms of the GNU General Public License Design by Interspire