objdump is a command-line program for displaying various information about object files on Unix-like operating systems. For instance, it can be used as...
3 KB (373 words) - 15:05, 25 October 2024
Readelf (section readelf and objdump)
systems, similar to objdump. It is part of the GNU binutils. Both programs are capable of displaying the contents of ELF format files. objdump sees an ELF file...
2 KB (215 words) - 00:15, 20 July 2024
command to get the information from within the library file using objdump: $ objdump -p libx.so.1.3 | grep SONAME SONAME libx.so.1 Application programming...
3 KB (302 words) - 02:43, 7 September 2024
suggests to use the following command using the objdump and grep utilities as alternative: user@home ~/ $ objdump -p /path/program | grep NEEDED user@home ~/...
3 KB (310 words) - 12:46, 16 January 2023
with specialised tools such as elfdump on Unix and Unix-like systems, objdump and kdump on Linux, IPCS (Interactive Problem Control System) on IBM z/OS...
22 KB (2,659 words) - 14:51, 14 October 2024
under Solaris and FreeBSD. objdump provides a wide range of information about ELF files and other object formats. objdump uses the Binary File Descriptor...
41 KB (2,289 words) - 21:37, 15 October 2024
of solving the name mangling problem by using extern "C" in C++ code. objdump The Wikibook Guide to Unix has a page on the topic of: Commands nm: write...
5 KB (442 words) - 14:31, 3 November 2024
-shared -Wl,-soname,termcap.so.4,-rpath,/lib/termcap.so.4 -o termcap.so.4 $ objdump -x termcap.so.4 NEEDED libc.so.6 SONAME termcap.so.4 RPATH /lib/termcap...
11 KB (1,485 words) - 22:52, 2 June 2024
understanding a machine readable core dump. The GNU utils strings, file, objdump, readelf and the powerful gdb can all be used to look inside core files...
1 KB (86 words) - 06:48, 23 April 2024
exported by object files objcopy copy object files, possibly making changes objdump dump information about object files ranlib generate indices for archives...
4 KB (191 words) - 23:04, 30 October 2024
standalone disassembler distributed along with the debugger. For example, objdump, part of GNU Binutils, is related to the interactive debugger gdb. Binary...
13 KB (1,434 words) - 00:12, 19 October 2024
is no longer undefined. Some assemblers/disassemblers (such as e.g. gas/objdump from GNU Binutils version 2.19 or later) support the use of the eiz/riz...
17 KB (2,148 words) - 08:07, 26 September 2024
modules for The Sleuth Kit, Scalpel, Photorec, libmagic, GNU Privacy Guard, objdump, exiftags, zip, 7-zip, tar, gzip, bzip2, rar, antiword, qemu-img, and mbx2mbox...
2 KB (145 words) - 13:49, 27 December 2023
libbfd". binutils (Mailing list). Retrieved 2011-04-03. Binutils page, with access to current BFD sources objdump implementation, uses many BFD apis...
6 KB (650 words) - 15:07, 16 August 2024
compiler or assembler packages. The GNU Binutils: objdump (v850-elf-objdump or v850-elf32-objdump) Radare2: Radare2 is a set of command-line tools for...
148 KB (12,501 words) - 18:55, 9 September 2024