mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
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:
parent
0877d02715
commit
8fe960a125
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109313
6
usr.bin/elfdump/Makefile
Normal file
6
usr.bin/elfdump/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= elfdump
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
1004
usr.bin/elfdump/elfdump.c
Normal file
1004
usr.bin/elfdump/elfdump.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user