pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/elfcat
Module Name: pkgsrc
Committed By: kamil
Date: Sat Feb 27 17:13:37 UTC 2016
Added Files:
pkgsrc/devel/elfcat: DESCR Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/elfcat/DESCR pkgsrc/devel/elfcat/Makefile \
pkgsrc/devel/elfcat/PLIST pkgsrc/devel/elfcat/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index