* Added the ELFFile class - top-level interface to ELF files
authorebenders <devnull@localhost>
Thu, 8 Sep 2011 08:27:53 +0000 (11:27 +0300)
committerebenders <devnull@localhost>
Thu, 8 Sep 2011 08:27:53 +0000 (11:27 +0300)
commitaa9f6713380ae414bba4d1afc9876513a14f11e9
treebe4f5557e4003ddea109e5e73b0e5a929b9ddd6d
parent9f95b7e7043b899b8fd4fba1d0852bb0df262f7a
* Added the ELFFile class - top-level interface to ELF files
* Added exceptions classes
elftools/construct/adapters.py
elftools/elf/constants.py
elftools/elf/elffile.py [new file with mode: 0644]
elftools/elf/enums.py
elftools/elf/structs.py
elftools/exceptions.py [new file with mode: 0644]
z.py