Keep raw note descriptors in ELF note sections as raw bytes (#372)
[pyelftools.git] / z.py
2013-03-23 Eli BenderskyAdded license snippet to all files in the code. Whitesp...
2012-01-27 Eli Benderskyinitial efforts porting pyelftools to python 3. some...
2011-12-28 Eli Benderskya bit of refactoring in the test/ dir + completed...
2011-12-28 Eli Benderskylocation lists kinda working. need more docs & readelf...
2011-12-20 Eli Benderskysome doc updates
2011-12-10 Eli Benderskyfixed default address size passing from ELFFile to...
2011-12-04 Eli Benderskysmall fixes to lineprogram + unit tests + new unittest...
2011-12-03 Eli Benderskyafter cleanup and fixing, it actually shows signs of...
2011-12-03 Eli Benderskychanged the method to obtain line programs - now per CU
2011-12-02 Eli Benderskylaziness FTW
2011-11-24 Eli Benderskyit's alive, ALIVEhg sthg st! DWARF relocations seem...
2011-11-23 Eli Benderskystill not working, but getting there. need to revise...
2011-11-18 Eli Benderskythe relocation manager for dwarf works! sdf
2011-11-18 Eli Benderskysome code restructuring + initial version of dwarfreloc...
2011-11-18 Eli Benderskyadd __contains__ to construct's Container. this actuall...
2011-11-16 Eli Benderskymerge & resolve conflicts from remote
2011-11-14 elibensmall fixes to have formatting consistent with readelf
2011-11-06 elibenadded basic visiting of all OPs in location_expr.Generi...
2011-10-27 Eli Benderskystarted location_expr, added unit tests. moved readelf...
2011-10-02 elibenunflattening the DIE tree by CU done - now DIEs have...
2011-09-26 elibenCU will now parse all its DIEs (lazily, when any specif...
2011-09-23 Eli Benderskymerge
2011-09-22 elibencleanup and cosmetics - for a healthy future!! er....
2011-09-22 elibenadding some useful attributes & method to DIE
2011-09-22 elibensome refactoring. parsing a single DIE now appears...
2011-09-22 elibenmore preparations for full DIE parsing:
2011-09-21 eliben* completed implementation of abbrevtable
2011-09-20 elibenabbrev table almost functioning
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-17 Eli Benderskyadded hex dump of sections
2011-09-14 Eli BenderskyImplementing reading the INTERP path in segments
2011-09-09 Eli Benderskyadded Symbol decoding from a symbol table section
2011-09-08 Eli Benderskyremoved CRs
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...
2011-09-07 ebenders* also create other stuff in struct constructor
2011-09-07 ebenderssome structs filled in
2011-09-07 ebenderssomething basic