Skip to content

tmijieux/eux_readelf

Repository files navigation

eux_readelf

Description

Very basic clone of readelf utility.

Details

This program does not aim for correctness. Be aware that this program was written without learning about the elf norm anymore than just barely reading man elf and elf.h

Compile and Run

Compilation depends on gengetopt to generate the source code which handle command line options.

make

Running the program has no library dependency except for libc. (Test have been made with latest GNU libc installed by ArchLinux package releases)

Display help:

./eux_readelf -H

Run eux_readelf on itself:

./eux_readelf -a ./eux_readelf

About

readelf utility program basic clone

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published