pyelftools.git
2011-10-27 Eli Benderskyadded name field to AttributeValue
2011-10-27 Eli Benderskyadded name field to AttributeValue
2011-10-27 Eli Benderskymostly implemented extra information output for dwarf...
2011-10-26 elibenmore descriptions added for DWARF info
2011-10-26 elibenadded some basic description capabilities for DWARF...
2011-10-02 eliben* start adding debug_dump=info to readelf.py
2011-10-02 elibendocstring clarification for DWARFStructs
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-25 Eli Benderskymoved utils/ dir to tests/
2011-09-25 Eli Benderskyadded a utils folder with elf_creator.c
2011-09-23 Eli Bendersky* added new test file - an object compiled from C+...
2011-09-23 Eli Benderskyfix detection of flag_after_symtable in compare_output...
2011-09-23 Eli Bendersky* added another test file (real-life object file borrow...
2011-09-23 Eli Bendersky* renamed test files to be consistent
2011-09-23 Eli Benderskymerge
2011-09-23 Eli Benderskyrelocation output working in readelf comparison
2011-09-23 Eli Benderskyfixed parsing of r_info field
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-22 Eli Benderskysome fixes in relocation printing. INFO STILL PRINTED...
2011-09-21 eliben* completed implementation of abbrevtable
2011-09-20 elibenabbrev table almost functioning
2011-09-20 elibenStarted adding abbrev table stuff
2011-09-20 eliben* DWARFInfo now doesn't receive a "dwarf class" argumen...
2011-09-20 Eli Benderskysome more work towards relocations
2011-09-20 Eli Benderskyadding _default_=Pass to elf enums
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-18 elibencreated elftools/dwarf and started writing down some...
2011-09-18 Eli Benderskyimplemented string dumping, with tests
2011-09-17 Eli Benderskyadded hex dump of sections
2011-09-17 Eli Benderskyfixing comparison in run_tests. moving all binary files...
2011-09-17 Eli Benderskytest suite implemented. fixing some problems in elftool...
2011-09-17 Eli Benderskythe beginnings of a test harness
2011-09-17 Eli Benderskyfinalizing cmdling options for current functionality
2011-09-16 Eli Benderskysome more command-line option handling
2011-09-16 Eli Benderskystarted adding command-line options to readelf
2011-09-16 Eli Benderskyminor tweak in output formatting for symbols
2011-09-16 Eli Benderskydisplaying symtables kinda works
2011-09-16 Eli Benderskysection header output kinda working
2011-09-15 Eli BenderskySection to segment mapping seems to be working - yay!
2011-09-14 Eli Benderskyadded segment attribute formatting for 64-bit, and...
2011-09-14 Eli BenderskyImplementing reading the INTERP path in segments
2011-09-13 Eli Benderskyimplemented some of program header display
2011-09-09 Eli Benderskysome cleanup
2011-09-09 Eli Benderskyprints ELF header correctly
2011-09-09 Eli Benderskysome more header descriptions added
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...
2011-09-08 ebenders* renamed file to constants.py
2011-09-07 ebendersadded top-level readme
2011-09-07 ebenders* also create other stuff in struct constructor
2011-09-07 ebenderssome structs filled in
2011-09-07 ebenderssomething basic