Dump sections or program entries from a ELF file.
elfcat ./foo --section-name .text
elfcat ./foo --section-index 3
elfcat ./foo --program-index
autoreconf -fiv && ./configure && make
Installation on NetBSD from prebuilt packages:
pkgin install elfcat
Installation from sources:
cd /usr/pkgsrc/devel/elfcat && make install