Merge pull request #16 from ShaheedHaque/filenames2
[pyelftools.git] / scripts /
2013-12-27 Eli BenderskyMerge pull request #16 from ShaheedHaque/filenames2
2013-11-28 Eli BenderskyAll readelf tests are passing with python 2. some fails...
2013-11-28 Eli Benderskyexe_simple64 now passes again
2013-06-08 Eli BenderskyMerge pull request #16
2013-06-08 Eli BenderskyBetter ARM support (with AArch64). Contributed by Dobro...
2013-05-31 Yann RouillardRemove Table from GNU version sections class name
2013-05-29 Yann Rouillardfix versions classes import in readelf
2013-05-29 Yann Rouillardpep8 fixes
2013-05-29 Yann Rouillardrename Ver(def|need|sym)TableSection to GNUVer(Def...
2013-05-27 Yann Rouillardadded support for version definition, version dependenc...
2013-05-23 Yann Rouillardremove elfdump script and test
2013-05-11 Yann Rouillardadd syminfo boundto description function
2013-05-10 Yann Rouillardelfdump: handles the extern symbol case in the syminfo...
2013-05-10 Yann Rouillardelfdump now correctly displays syminfo entries with...
2013-05-10 Yann Rouillardfix missing variable initialisation in elfdump
2013-05-19 Yann Rouillardfix comment mistake
2013-05-19 Yann Rouillardsimpler check for syminfo entries that are not displaye...
2013-05-19 Yann Rouillardsome pep8 compliance fixes
2013-05-19 Yann Rouillardminor modification in the section search loop of elfdump.py
2013-04-29 Yann RouillardFixed a stupid mistake on SYMINFO name (I should change...
2013-04-29 Yann Rouillardstart enumerating syminfo entries at index 1
2013-04-28 Yann Rouillardadded elfdump clone based on pyelftools, only support...
2013-04-08 Eli Benderskyadd comment
2013-04-08 Eli BenderskySetup sys.path properly this time (I'll update the...
2013-04-06 Eli Benderskymake readelf.py pick up local elftools before system one
2013-03-31 Eli BenderskyFix some Python 3 goofs and make sure the tests execute...
2013-03-31 Eli BenderskyFix formatting of some dynamic tag fields to match...
2013-03-31 Eli BenderskyTweak dynamic section handling to decipher DT_SONAME...
2013-03-31 Eli Benderskyremove some dead code
2013-03-31 Eli BenderskyFix the way an include directory is inferred for a...
2013-03-30 Eli Benderskydebug-dump=info should print null DIEs to conform to...
2013-03-23 Eli Benderskymerge local with pull-request #7 merge
2013-03-23 Mike Frysingeradd support for parsing of the dynamic section/segment...
2013-01-07 Eli Benderskytrim trailing whitespace and reorganize a bit of comments
2012-01-27 Eli BenderskyMore changes to port to Python 3
2011-12-22 Eli BenderskyMANIFEST tweaks + arranging examples to find elftools...
2011-12-22 Eli Benderskydocumentation fixes + new examples
2011-12-16 Eli Benderskyadded test file (clang-compiled). fixed readelf handlin...
2011-12-16 Eli Benderskyreadelf --debug-dump=frames-interp initial implementati...
2011-12-15 Eli Benderskystarted implementing debug-dump=frames-interp
2011-12-14 Eli Benderskycompleted descriptions of --debug-info=frames. readelf...
2011-12-12 Eli Benderskystarted implementing dumping --debug-dump=frames
2011-12-09 Eli BenderskyImplement register name decoding in descriptions. This...
2011-12-06 Eli Benderskychanged line program entries to contain commands and...
2011-12-04 Eli Benderskystarting running decodedline vs. readelf, most things...
2011-11-26 Eli Benderskyrun normally by default, not in profiling mode
2011-11-26 Eli Benderskycleanup + add profiling top-level function to readelf
2011-11-24 Eli Benderskyfixes in readelf. added --debug-dump=info to the tests
2011-11-24 Eli Benderskyit's alive, ALIVEhg sthg st! DWARF relocations seem...
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-16 Eli Benderskymerge & resolve conflicts from remote
2011-11-16 Eli Benderskyfix the 'key to flags' text printed after section enume...
2011-11-14 elibensmall fixes to have formatting consistent with readelf
2011-10-27 Eli Benderskyadded name field to AttributeValue
2011-10-27 Eli Benderskyadded name field to AttributeValue
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-09-23 Eli Bendersky* added new test file - an object compiled from C+...
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 Eli Benderskysome fixes in relocation printing. INFO STILL PRINTED...
2011-09-20 Eli Benderskysome more work towards relocations
2011-09-19 elibenImplemented ELFFile.get_section_by_name and changed...
2011-09-18 Eli Benderskyimplemented string dumping, with tests
2011-09-17 Eli Benderskyadded hex dump of sections
2011-09-17 Eli Benderskytest suite implemented. fixing some problems in elftool...
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