pyelftools.git
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
2011-12-09 Eli BenderskyImplement register name decoding in descriptions. This...
2011-12-09 Eli BenderskyPass configuration from ELFFile to DWARFInfo via a...
2011-12-07 Eli Benderskysome documentation improvements
2011-12-07 Eli Benderskysome documentation for the dwarf_expr module
2011-12-07 Eli Benderskyrenamed 'location expression' to the more general ...
2011-12-07 Eli Benderskyrenamed 'location expression' to the more general ...
2011-12-07 Eli Benderskyusing RepeatUntilExcluding for the Dwarf_abbrev_declara...
2011-12-07 Eli Benderskyadded debug-dump=decodedline to readelf test suite
2011-12-06 Eli Benderskychanged line program entries to contain commands and...
2011-12-04 Eli Benderskystarting running decodedline vs. readelf, most things...
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 Benderskymoving on with line program stuffz
2011-12-02 Eli Benderskylaziness FTW
2011-12-02 Eli Benderskysome API cleanups + added lineprogram
2011-12-02 Eli Benderskyadded Dwarf_lineprog_header struct, with some rudimenta...
2011-11-28 Eli Benderskymerge
2011-11-28 Eli Benderskyfurther optimization of reading a cstring from a stream...
2011-11-27 elibenadded some more exceptions to the test runner, to accou...
2011-11-27 Eli Benderskysome performance improvements
2011-11-26 Eli Benderskyrun normally by default, not in profiling mode
2011-11-26 Eli Benderskyadd caching to LocationExpressionDumper in _location_li...
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 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-19 Eli Benderskyadded extra description for DW_AT_import to conform...
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-16 Eli Benderskyfix the 'key to flags' text printed after section enume...
2011-11-14 elibensmall fixes to have formatting consistent with readelf
2011-11-06 elibenadded description for location_expr
2011-11-06 elibenAdded string dumping for location expressions, with...
2011-11-06 elibenadded basic visiting of all OPs in location_expr.Generi...
2011-10-27 Eli Benderskymore work on location_expr
2011-10-27 Eli Benderskystarted location_expr, added unit tests. moved readelf...
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...
next