Add a BSDL'ed util that displays information about ELF files.

This is simular to readelf(1) and objdump(1).

Submitted by:	jake
This commit is contained in:
David E. O'Brien 2003-01-15 18:32:06 +00:00
parent 0877d02715
commit 8fe960a125
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109313
2 changed files with 1010 additions and 0 deletions

6
usr.bin/elfdump/Makefile Normal file
View File

@ -0,0 +1,6 @@
# $FreeBSD$
PROG= elfdump
NOMAN=
.include <bsd.prog.mk>

1004
usr.bin/elfdump/elfdump.c Normal file

File diff suppressed because it is too large Load Diff