diff options
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 |