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 Binutils for fine-grained control over executable and other binary data.
Stats
created |
1 year ago |
viewed |
26 times |
editors |
0 |
Recent Hot Answers
How do I find out which functions of a shared object are used by a program or an other library?How can I examine contents of a data section of an ELF file on Linux?
Disassembling, modifying and then reassembling a Linux executable
How can I tell, with something like objdump, if an object file has been built with -fPIC?
readelf vs. objdump: why are both needed
more »