----------------------------------------------------
 elf: the executable linkable format tool

 Author: Samy Al Bahra
 E-mail: samy@kerneled.com

 Website: http://www.kerneled.com
 License: GPL (see COPYING for details)
----------------------------------------------------


What is ELF?
  ELF is the acroynm for "executable and linkable format". It is the standard executable 
  format amongst most modern UNIX and UNIX-like operating systems. For more information look 
  at your local ELF header file (if you have it, /usr/include/elf.h). 

What is elf?
  elf is an ELF header (e_header) statistics tool. It allows you to gather various statistics 
  about a binary's ELF header, unlike other releases (readelf), elf concentrates on the 
  e_header itself. This allows for some more usability in many instances (be it by an end-user 
  or application).

How portable is elf?
  ELF itself allows for extreme portability. However, I have decided to go with quick and easy
  compilation rather than have to deal with extra junk to handle architectures that are non-32bit.  

What can I do with elf?
  For a list of elf's current features, please use the "help" command in elf.

Where can I report bugs?
  samy@kerneled.com
