ππππ
πππ is a command-line program that is part of the GNU Binutils suite of tools. It’s used primarily for displaying various information from object files, which are typically produced as intermediate files during the compilation of a program.
objdump can show information from a wide range of object file formats, including ELF (Executable and Linkable Format), which is the standard format for binaries, shared libraries, and even core dumps on Unix systems. One of the most common uses of objdump is to disassemble machine code into assembly language.
This is useful for examining the exact instructions a program will execute, especially when debugging or reverse engineering.
The following documents provide a detailed use of options for fewΒ objdump commands.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Article Written By: Yashwanth Naidu Tikkisetty
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
