Skip to content

xfgusta/elfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elfy

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

Installation

Arch Linux

elfy package from AUR

git clone https://aur.archlinux.org/elfy.git
cd elfy
makepkg -si

Fedora Linux

elfy package from Copr

dnf copr enable xfgusta/elfy
dnf install elfy

From source

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

Screenshot

screenshot

License

Copyright (c) 2022 Gustavo Costa. Distributed under the MIT license.