module documentation

ELF file parser. This provides a class ``ELFFile`` that parses an ELF executable in a similar interface to ``ZipFile``. Only the read interface is implemented. Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html

Class EIClass Undocumented
Class EIData Undocumented
Class ELFFile Representation of an ELF executable.
Class EMachine Undocumented
Exception ELFInvalid Undocumented