Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 419 Bytes

File metadata and controls

31 lines (21 loc) · 419 Bytes

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