./devel/elfcat, Dump sections or program entries from a ELF file

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.0, Package name: elfcat-1.0.0, Maintainer: pkgsrc-users

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.


Required to run:
[devel/libelf]

Master sites:

Filesize: 4.507 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2016-06-19 16:33:12 by Patrick Welche | Files touched by this commit (2)
Log message:
Fix MAINTAINER typo
   2016-06-09 08:23:41 by Thomas Klausner | Files touched by this commit (38)
Log message:
Fix HOMEPAGE to be copy'n'pastable.
   2016-03-01 21:17:46 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs pkg-config for autoconf.
   2016-02-27 18:13:37 by Kamil Rytarowski | Files touched by this commit (4)
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