pkgsrc/devel/elfcat/PLIST
kamil 6cb0e3a591 Import elfcat-1.0.0 as devel/elfcat
elfcat dumps requested parts (sections and segments) of an ELF file
(executable, shared object, .o file) to stdout.

Dumping sections can be achieved with "objcopy --dump-section" but this
tools relies on BFD which abstracts all executable files and is not able
to see some ELF sections.  Morever it cannot handle program header table
entries.

Originally packaged as wip/elfacat by Kamil Rytarowski
2016-02-27 17:13:37 +00:00

4 lines
91 B
Plaintext

@comment $NetBSD: PLIST,v 1.1 2016/02/27 17:13:37 kamil Exp $
bin/elfcat
man/man1/elfcat.1