PROGRAMS
readelf
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
Overview
readelf
is a program for displaying/disassembling information in .elf
files. It is similar to the objdump
program, but is more detailed.
Basic Usage
readelf
can be run in one of it’s common forms by calling readelf myfile.elf -a
from the terminal. This will print plenty of information to the terminal.
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .