A tool for displaying information about ELF files.
It currently support parsing the:
- file header
- program headers
- section headers
- dynamic section
- symbol table
- dynamic symbol table
elfy package from AUR
git clone https://aur.archlinux.org/elfy.git
cd elfy
makepkg -si
elfy package from Copr
dnf copr enable xfgusta/elfy
dnf install elfy
Requirements
- make
- gcc
- libelf
The install directory defaults to /usr/local
:
make install
You can install elfy in a different directory using the PREFIX
variable:
make PREFIX=/usr install
Copyright (c) 2022 Gustavo Costa. Distributed under the MIT license.