pyelftools.git
2013-04-17 Eli Benderskyupdated manifest and changelog v0.21
2013-04-17 Eli BenderskyAdded more enums to ENUM_SH_TYPE
2013-04-14 automatthiasUpdated the e_machine enum, based on an Internet source.
2013-04-12 Eli BenderskyIssue #8: fix the dwarf_decode_address example (off...
2013-04-10 Eli BenderskyExamples should prefer local pyelftools to installed one
2013-04-08 Eli Benderskybetter way to check if a dir exists
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-04-06 Eli BenderskyFix sys.path setup to prepend '.', rather than append...
2013-04-06 Eli BenderskyClarify how/why we look for binutils's readelf
2013-03-31 Eli Benderskydoc fixes
2013-03-31 Eli BenderskyFix some Python 3 goofs and make sure the tests execute...
2013-03-31 Eli Benderskyupdate docs
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 some other differences from the output of readelf...
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-28 Eli BenderskyCosmetic changes. +added sublime project file
2013-03-23 Eli BenderskySmarter customization of READELF_PATH in run_readelf_tests
2013-03-23 Eli BenderskyConvert ordereddict.py line endings to unix
2013-03-23 Eli BenderskyAdded license snippet to all files in the code. Whitesp...
2013-03-23 Eli Benderskycleanup & updated CHANGES
2013-03-23 Eli Benderskymerge local with pull-request #7 merge
2013-03-23 Eli Benderskyslight TODO update
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 FernandezAdd a test for parsing an ARM ELF file.
2013-01-17 Matthew FernandezBasic support for ARM in machine header.
2013-01-07 Eli Benderskytrim trailing whitespace and reorganize a bit of comments
2013-01-07 Eli Benderskycleanups of trailing whitespace
2013-01-06 Eli BenderskyTrim trailing whitespace in some code and wrap to 80...
2013-01-06 Eli Benderskybump version everywhere since the trunk represents...
2013-01-06 Eli BenderskyIssue #7: be more forgiving to incorrect DWARF that...
2012-12-29 Eli Benderskyremove 2.6 in tox.ini
2012-12-29 Eli Benderskyrename README->README.rst to render correctly on BB
2012-07-05 Eli BenderskyAdded dwarf_decode_address.py example
2012-01-30 Eli BenderskyAdded tag v0.20 for changeset 706dbb8620bd
2012-01-30 Eli Benderskypython 3 version and README update v0.20
2012-01-27 Eli BenderskyAdded tag v0.20 for changeset 68b18168051a
2012-01-27 Eli BenderskyMore changes to port to Python 3
2012-01-27 Eli Benderskyinitial efforts porting pyelftools to python 3. some...
2012-01-26 Eli Benderskyadding more construct's files
2012-01-26 Eli Benderskyimported new version of construct with Python 3 compati...
2012-01-11 Eli BenderskyIssue #3: make examples/elf_low_high_api.py more generi...
2012-01-11 Eli Benderskychange order of tox tests to run examples before readel...
2012-01-11 eli.benderskyIssue #2: made all examples run (and test/run_examples_...
2012-01-07 Eli BenderskyCHANGES update
2012-01-07 Eli BenderskyFix Container's __pretty_str__ to use str instead of...
2012-01-07 Eli Benderskyadd ref output for dwarf_range_lists
2012-01-06 Eli Benderskyminor tweaks + new tag for release
2012-01-06 Eli BenderskyAdded tag v0.10 for changeset b1c15add0da8
2011-12-29 Eli Benderskyadded parsing of .debug_ranges v0.10
2011-12-28 Eli Benderskyupdated MANIFEST and tox to include and run example...
2011-12-28 Eli Benderskyinitial version of example tests
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-27 Eli Bendersky a bit progress on locationlists
2011-12-27 Eli Benderskybasic preparations for parsing location lists
2011-12-26 Eli Benderskylazy parsing of CUs
2011-12-26 Eli Benderskysimple refactoring of DWARF expr descriptions to enable...
2011-12-25 Eli Benderskyanother example
2011-12-24 Eli Benderskymade all tests run with Python 2.6 that has unittest2...
2011-12-24 Eli Benderskyfix setup.py; add verbose mode (off by default) and...
2011-12-23 Eli Benderskyfixed setup script to include internal packages as...
2011-12-22 Eli BenderskyMANIFEST tweaks + arranging examples to find elftools...
2011-12-22 Eli Benderskyadded basic TODO with distribution checklist
2011-12-22 Eli Benderskyinitial addition of files needed for setup
2011-12-22 Eli Benderskydocumentation fixes + new examples
2011-12-22 Eli Benderskyupdated README
2011-12-20 Eli Benderskysome doc updates
2011-12-18 Eli Benderskyfix ReST links in README
2011-12-18 Eli Benderskyupdated README
2011-12-18 Eli Benderskysome cosmetic changes + updating README
2011-12-17 Eli Benderskyadding license + some filename cleanup
2011-12-17 Eli Benderskyupdate unittest runner
2011-12-17 Eli Benderskycleanup
2011-12-17 Eli Benderskyrenamed 'tests' dir to 'test'
2011-12-16 Eli Benderskychanged file permissions
2011-12-16 Eli Benderskyfixed previous problem
2011-12-16 Eli BenderskyAdded new test file and fixing some problems related...
2011-12-16 Eli Benderskymore horrible hacks to run_readelf_tests to pass with...
2011-12-16 Eli Benderskyadded test file (clang-compiled). fixed readelf handlin...
2011-12-16 Eli Benderskyadded some documentation to callframe.py
2011-12-16 Eli Benderskyfixed a bug in taking the last line from CIE to first...
2011-12-16 Eli Benderskyreadelf --debug-dump=frames-interp initial implementati...
2011-12-15 Eli Benderskystarted implementing debug-dump=frames-interp
2011-12-15 Eli Benderskydecoding seems to somewhat work. some unit tests pass
2011-12-15 Eli Benderskydecoding seems to somewhat work. some unit tests pass
2011-12-15 Eli Benderskysome unit tests for describe_CFI_instructions
2011-12-14 Eli Benderskycompleted descriptions of --debug-info=frames. readelf...
2011-12-12 Eli Benderskystarted implementing dumping --debug-dump=frames
2011-12-12 Eli Benderskyimplemented decoding of the CIE object associated with...
2011-12-12 Eli Benderskyadded some more assertions to test_callframe.py
2011-12-11 Eli Benderskystarting tests for callframes
2011-12-10 Eli Benderskyfixed default address size passing from ELFFile to...
2011-12-10 Eli Benderskycall frame instructions parsing kinda done. now need...
2011-12-09 Eli Benderskystarting skeleton implementation of call frame parsing
next