Linux debugging (objdump/strace/strings)

Directory 1. Linux debugging (objdump/strace/strings) 1.1. Check the system glibc version number 1.2. View dependencies in so/bin 1.3. Reasons for debugging bin errors 1.4. View the string in so/bin 1. Linux debugging (objdump/strace/strings) 1.1. Check the system glibc version number 1. The first type # ldd –version ldd (Ubuntu GLIBC 2.27-3ubuntu1) 2.27 Copyright (C) 2018 […]

Objdump – a god like tool on linux

Objdump – a god like tool on linux └─$ objdump 1 ? Usage: objdump <options> <file> Display information from target <file>. At least one of the following options must be given: -a, –archive-headers Display archive header information -f, –file-headers Display the contents of the overall file header -p, –private-headers Display object format specific file header […]

Computer Systems – Program Conversion (objdump)

Article directory **Computer system – program conversion (objdump tool)** **instruction** **Program Conversion** **preprocessing** **compile** **compilation** **Link** Computer system – program conversion (objdump tool) Next, we will introduce our disassembly tool-objdump, but we will not be limited to the use of objdump. We will introduce the conversion process of the program in detail, hoping to let […]