diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-24 21:18:30 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-24 21:18:30 +0000 |
commit | 452859e488ef85f0ce34b3c6ea1f6085a977c9e0 (patch) | |
tree | 1b7a06848c3fc7f2b30002667d6457b51c46c4f1 /devel/elf/pkg-descr | |
parent | 5ee0c02bc56096686d96b4ace4bfcdaff853e84a (diff) | |
download | FreeBSD-ports-452859e488ef85f0ce34b3c6ea1f6085a977c9e0.zip FreeBSD-ports-452859e488ef85f0ce34b3c6ea1f6085a977c9e0.tar.gz |
Add devel/elf: a commandline based ELF header analyzer.
PR: ports/47444
Submitted by: Samy Al Bahra <samy@kerneled.com>
Diffstat (limited to 'devel/elf/pkg-descr')
-rw-r--r-- | devel/elf/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/elf/pkg-descr b/devel/elf/pkg-descr new file mode 100644 index 0000000..10cac70 --- /dev/null +++ b/devel/elf/pkg-descr @@ -0,0 +1,12 @@ +ELF is a commandline based ELF header analyzer. This tool +allows you to easily parse the ehdr of ELF object files +into a human readable format (and various other formats). +This is a very good source of both source code (for people +learning the ELF) and information for developers that care +about the internals of object files that is generated for +them. + +WWW: http://www.kerneled.com/projects/elf/index.html + +- Samy +samy@kerneled.com |