* Started writing readelf.py
authorEli Bendersky <eliben@gmail.com>
Fri, 9 Sep 2011 05:11:06 +0000 (08:11 +0300)
committerEli Bendersky <eliben@gmail.com>
Fri, 9 Sep 2011 05:11:06 +0000 (08:11 +0300)
commit933f699ac7e7ad393899afe46dba7790c75b7a73
treece219f1fcd2a17bc0c9f5033b6b95aa03fa0b53d
parenta42f82d9f08a4194002d97f066548ebf1fc0058e
* Started writing readelf.py
* Added file with textual descriptions of enums, for readelf.py
elftools/elf/descriptions.py [new file with mode: 0644]
elftools/elf/elffile.py
elftools/elf/enums.py
elftools/elf/sections.py
elftools/elf/structs.py
scripts/readelf.py [new file with mode: 0644]