/elfcat

Dump sections or program entries from a ELF file

Primary LanguageC

elfcat

Dump sections or program entries from a ELF file.

elfcat ./foo --section-name .text
elfcat ./foo --section-index 3
elfcat ./foo --program-index

Installation

Manual

autoreconf -fiv && ./configure && make

NetBSD

Installation on NetBSD from prebuilt packages:

pkgin install elfcat

Installation from sources:

cd /usr/pkgsrc/devel/elfcat && make install