add support for parsing of the dynamic section/segment and its tags
[pyelftools.git] / elftools / elf / elffile.py
2013-03-23 Mike Frysingeradd support for parsing of the dynamic section/segment...
2013-01-17 Eli Benderskytouching up after pull request 6
2013-01-17 Matthew FernandezBasic support for ARM in machine header.
2013-01-07 Eli Benderskycleanups of trailing whitespace
2012-01-27 Eli BenderskyMore changes to port to Python 3
2012-01-27 Eli Benderskyinitial efforts porting pyelftools to python 3. some...
2011-12-29 Eli Benderskyadded parsing of .debug_ranges v0.10
2011-12-27 Eli Benderskybasic preparations for parsing location lists
2011-12-20 Eli Benderskysome doc updates
2011-12-10 Eli Benderskyfixed default address size passing from ELFFile to...
2011-12-09 Eli Benderskystarting skeleton implementation of call frame parsing
2011-12-09 Eli BenderskyPass configuration from ELFFile to DWARFInfo via a...
2011-12-02 Eli Benderskysome API cleanups + added lineprogram
2011-11-23 Eli Benderskystill not working, but getting there. need to revise...
2011-11-23 Eli Benderskynothing works because we're in the middle of a relocati...
2011-11-18 Eli Benderskythe relocation manager for dwarf works! sdf
2011-11-18 Eli Benderskysome code restructuring + initial version of dwarfreloc...
2011-09-20 eliben* DWARFInfo now doesn't receive a "dwarf class" argumen...
2011-09-19 eliben* take DWARF stuff from ELFFile
2011-09-19 elibenImplemented ELFFile.get_section_by_name and changed...
2011-09-19 elibenAdded dwarf/compileunit.py and dwarf/dwarfinfo.py and...
2011-09-19 Eli Benderskypartial support for parsing relocation sections
2011-09-15 Eli BenderskySection to segment mapping seems to be working - yay!
2011-09-14 Eli BenderskyImplementing reading the INTERP path in segments
2011-09-09 Eli Bendersky* Started writing readelf.py
2011-09-09 Eli Benderskyadded Symbol decoding from a symbol table section
2011-09-08 Eli Benderskyremoved CRs
2011-09-08 elibenmoving stuff around
2011-09-08 elibenAdded a SymbolTableSection class and split functionalit...
2011-09-08 elibenSome code reorg:
2011-09-08 eliben* Added handling of segments
2011-09-08 ebendersAdded reading of sections and decoding their name from...
2011-09-08 ebenders* Added the ELFFile class - top-level interface to...