Welcome to docker.ru hosting provider linux mirror located at Moscow, Russian Federation.
Server configuration: Linux with OpenZFS, 2 x E5-2670v2, 128 GB ECC memory, 12 x 4 TB raidz2 + 1 TB SSD for L2ARC.
Network: 20 gbps uplink, IPv4 (185.253.23.31), IPv6 (2a04:8580:ffff:fffe::2).
My hostname is mirror.docker.ru Disassembling

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).

powered by nginx