Files
pkgsrc-ng/devel/elfcat/DESCR
2016-11-18 22:39:22 +01:00

8 lines
344 B
Plaintext

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.