pyelftools.git
2019-02-16 Andreas ZieglerAlso decode strings in _DynamicStringTable.get_string...
2019-01-31 Eli BenderskyRemove py34 testing target
2019-01-31 Eli BenderskySmall stylistic fixes
2019-01-31 Vasily EFixup error on empty .debug_pubtypes section (#215)
2019-01-30 Anders DellienSupport for DWARFv4 location lists in dwarf_location_li...
2018-12-24 Anders DellienMore efficient AbbrevDecl handling (#212)
2018-12-24 rvijaycAdded support for decoding .debug_pubtypes and .debug_p...
2018-12-20 Anders DellienSimplify handling of null DIEs (#209)
2018-12-18 rvijaycBugfix: Reset prevstate if line program sequence ends...
2018-11-25 gahagImplemented ELFFile.get_machine_arch for the remaining...
2018-10-27 Anders DellienRemove unnecessary 'preserve_stream_pos' (#204)
2018-10-25 Andreas ZieglerARMAttribute: fix access to structs, stream and nul...
2018-10-04 Andreas ZieglerProvide enums for DT_FLAGS and DT_FLAGS_1 (#200)
2018-09-05 Dmitry KoltunovFix division in calculation function for 'R_ARM_CALL...
2018-09-05 Eli BenderskyMove arm reloc test to proper location and simplify...
2018-09-05 Eli BenderskySimplify arm reloc test file
2018-09-05 Eli BenderskyRename input files for arm relocation test to be more...
2018-09-05 Eli BenderskyRedo the new arm reloc test as a proper unit test,...
2018-09-05 Dmitry KoltunovCall relocation for ARM V3 (#194)
2018-09-01 Eli BenderskyAdd .o test files to manifest v0.25
2018-09-01 Eli BenderskyUpdate version to 0.25 to prepare for release
2018-09-01 Eli BenderskyUpdate CHANGES, add 3.6 testing to Travis and fixup...
2018-07-16 Frederik SdunHandle ARM relocations (#121)
2018-03-07 Eli BenderskyEnable --parallel tests for readelf in the tox config
2018-03-07 Eli BenderskyMerge branch 'master' of github.com:eliben/pyelftools
2018-03-06 Eli BenderskyAdd basic parallel execution capabilities to readelf...
2018-03-06 Eli BenderskyAdd timings for steps of execution in running these...
2018-03-06 Eli BenderskyUpdate CHANGES
2018-03-06 Eli BenderskySwitch readelf.py to using argparse instead of optparse
2018-03-06 Eli BenderskySwitch run_readelf_tests to use argparse instead of...
2018-03-06 emersionFix DW_CFA_remember_state (#184)
2018-02-23 Audrey DutcherChoose members of the dynamic tag enum based on the...
2018-02-23 Audrey DutcherConvert all ascii decoding to utf-8 decoding (#182)
2018-02-17 Eli BenderskyFix #181 for real
2018-02-16 Eli BenderskyMerge branch 'master' of github.com:eliben/pyelftools
2018-02-16 Eli BenderskyFix a typo EM_BLAFKIN --> EM_BLACKFIN
2018-02-14 Eli BenderskyUpdate README
2018-01-20 emersionDo not crash if CIE doesn't define CFA (#177)
2018-01-16 Eli BenderskyMention recent changes in CHANGES
2018-01-15 Eli Benderskye_machine-dependent p_type parsing;
2018-01-15 Eli BenderskyImplement e_machine-based section type decoding
2018-01-15 Eli BenderskyAdding a dict-merging utility
2018-01-09 Eli BenderskySome whitespace fixes
2018-01-05 Audrey DutcherDon't include 'meta-tag' markers in descriptions of...
2018-01-05 Eli BenderskyAdd a local .vimrc for pyelftools
2017-11-26 AGFix merge conflicts for ABIFLAGS branch (#168)
2017-11-26 AGArm exidx (#172)
2017-11-26 AGMany improvements to MIPS flags handling to make output...
2017-11-26 AGAdd TLS and PowerPC to Machine and Program Headers...
2017-11-21 tyb0807ARM build attributes section parsing (#160)
2017-11-21 alonDIE.__repr__ typo: s/chidren/children/ (#161)
2017-11-18 Eli BenderskyClean up some whitespace
2017-10-13 david942jFix - ELFFile#address_offsets should consider PT_LOAD...
2017-10-04 David Schneidercreate inital wheel support (#158)
2017-09-10 Pierre-Marie... Update the shipped `readelf` (#157)
2017-08-30 Eli BenderskyClean up py3compat a bit and add some tests
2017-08-29 Pierre-Marie... Add parsing and readelf dumping for .eh_frame (#155)
2017-08-18 Pierre-Marie... Minor testsuite improvements (#154)
2017-08-17 Pierre-Marie... Compressed sections (#152)
2017-08-16 tyb0807Adding new OS ABI to ELF header parsing (#153)
2017-07-02 Eli BenderskyCosmetic fixups
2017-07-02 Max AkhmedovBetter support for core dumps (in particular, fix issue...
2017-06-27 Matt GregoryUpdate reserved machine arch idents (#148)
2017-06-15 Eli BenderskyClean up a bit after previous PR
2017-06-15 gerthmarNULL termination with IAR Embedded Workbench compiler...
2017-05-06 int10hMake elffile and elfstructs on Dynamic public (#141)
2017-02-26 Eli BenderskyFix running tests on Travis
2017-02-26 Eli BenderskyRemove setup_syspath entirely
2017-02-26 Eli BenderskyRemove conditional unittest2 imports from tests
2017-02-25 Eli BenderskyReformat new test and add comment header
2017-02-25 PromyLOPhAdd .stab section parser (#137)
2017-02-02 gcmoreira Fix parsing string table (#134)
2017-01-19 Eli BenderskyMerge pull request #132 from jwilk/spelling
2017-01-17 Jakub WilkRemove duplicated word
2017-01-16 Eli BenderskyMerge pull request #131 from shuxin/patch-2
2017-01-16 shuxinUpdate enums.py
2016-12-24 Eli BenderskyFix more potential Python 3 issues in construct
2016-12-24 Eli BenderskyMerge pull request #127 from mefistotelis/pullrequest
2016-12-20 mefistotelisFix for padding encoding in Python 3.
2016-11-04 Eli BenderskyMerge pull request #126 from chriscz/master
2016-11-02 Chris CoetzeeFix relocation_bytesize typo
2016-10-26 Eli BenderskyUpdate CHANGES + cosmetic cleanup
2016-10-26 Eli BenderskyCosmetic changes
2016-10-26 Eli BenderskyRemove the PT_ARM_UNWIND enum
2016-10-15 Eli BenderskyIssue #119: readelf - don't do hex/string dumps for...
2016-10-06 Eli BenderskyAdd py35 to tox.ini
2016-10-06 Eli BenderskyMerge pull request #118 from tezeb/patch-1
2016-10-04 tezebCheck for header attribute when comparing
2016-08-05 Eli Benderskyfromdos setup.py v0.24
2016-08-05 Eli BenderskyGetting ready to release 0.24
2016-08-02 Eli BenderskyAdd Python 3.5 testing to travis
2016-08-02 Eli BenderskyUpdate CHANGES with a few more recent changes
2016-08-01 Eli BenderskyWhitespace cleanup
2016-08-01 Eli BenderskyMerge pull request #109 from gbenson/master
2016-08-01 Gary BensonSupport SHT_NOTE sections
2016-07-14 Eli BenderskyMerge pull request #108 from dorothychen/aranges
2016-07-13 Dorothy Chenparsed .debug_aranges section, simple interface mapping...
2016-07-04 Eli BenderskyMerge pull request #107 from DavidSpickett/master
2016-07-04 David SpickettGet page size using 'mmap' module if 'resource' is...
2016-06-20 Eli BenderskyMerge pull request #102 from ttsugriy/master
next