pyelftools.git
2020-03-14 Eli BenderskyDWARF expr: clean up more old code and add some comments
2020-03-14 Eli BenderskyDWARF expr: removing old GenericExprVisitor
2020-03-14 Eli BenderskyDWARF expr: tests passing with new parser
2020-03-14 Eli BenderskyInitial commit of new expr parsing function.
2020-03-13 Eli BenderskyMerge branch 'master' of github.com:eliben/pyelftools
2020-03-13 Eli BenderskyClean up whitespace in dwarf/ranges.py
2020-03-13 Eli BenderskyClean up whitespace
2020-03-10 Pierre-Marie... callframe.py: fix DW_EH_PE_absptr decoding (#295)
2020-03-10 Pierre-Marie... readelf.py: minor enhancements for debugging (#294)
2020-03-09 Eli BenderskyRemove some unconditional printouts in unit tests
2020-03-09 Andreas Ziegler{GNU,}HashSection: Implement symbol lookup (#290)
2020-03-09 Pierre-Marie... Minor enhancements for readelf-based tests (#293)
2020-03-07 Andreas Zieglerreadelf: print addend for RELA relocations without...
2020-03-07 Eli BenderskyFix up README
2020-03-07 Andreas Zieglerreadelf.py: adapt section mapping output for .tbss...
2020-03-07 Seva AlekseyevDW_AT_const_value is not a location, take 2 (#277)
2020-03-07 Eli BenderskyReformat comments and a bit of test logic
2020-03-07 Audrey DutcherAdd resilience for degenerate cases present in files...
2020-03-07 Eli BenderskyReflow comments and clean up whitespace
2020-03-07 Eli BenderskyMerge branch 'master' of github.com:eliben/pyelftools
2020-03-07 Seva Alekseyevref_addr size changed between v2 and v3 - take 2 (...
2020-03-07 Eli BenderskyFix typo in comment
2020-03-07 William Woodruffexamples: Add dwarf_lineprogram_filenames.py (#285)
2020-03-06 Andreas Zieglerconstruct_utils.py: add missing import (#291)
2020-02-04 Eli BenderskyMove test file name to be included in distribution
2020-02-04 Eli BenderskyReformat whitespace in dwarf enums
2020-02-04 Seva AlekseyevDWARF 5 tags and attributes (#271)
2020-02-04 Eli BenderskyTrim whitespace
2020-02-04 FishMake sure ELFFile.has_dwarf_info() returns a boolean...
2020-02-04 Andreas Zieglersegments.py: fix TLS checks in section_in_segment(...
2020-02-04 Eli BenderskyTravis: drop Python 3.4, add 3.8
2019-12-16 Tim GatesFix simple typo: wether -> whether (#259)
2019-12-09 Eli BenderskyTweak release instructions in TODO
2019-12-05 Eli BenderskyUpdate release notes in TODO v0.26
2019-12-05 Eli BenderskyPrepare for release 0.26
2019-11-08 William WoodruffLazy DIE parsing (#249)
2019-10-27 William Woodruffelf/constants: Add SHN_XINDEX (#248)
2019-10-21 Olof JohanssonInclude README.rst instead of README in manifest (...
2019-10-18 William Woodruffdwarf/die: Handle DW_FORM_flag_present in value transla...
2019-10-04 William Woodruffdwarf/constants: More DW_LANG, DW_ATE constants (#245)
2019-10-04 Eli BenderskyRealign columns for some constants
2019-10-04 William Woodruffdwarf/enums: More attributes, tags, and forms (#244)
2019-10-03 William Woodruffdwarf/enums Add GNU parameter tags (#242)
2019-09-18 William Woodruffdwarf_expr: Add DW_OP_{lo,hi}_user (#239)
2019-09-17 William Woodruffdwarf_expr: Add DWARFv5 OPs (#240)
2019-09-11 Eli BenderskyPortable import of collections.Mapping
2019-08-02 Anders DellienImproved handling of location information (#225)
2019-07-30 Dmitry KoltunovFix for `CFIEntry.get_decoded()` (#232)
2019-07-18 William Woodruffdwarf/descriptions: Remove DW_LANG_Upc (#234)
2019-07-18 William Woodruffdwarf_expr: Add DW_OP_{implicit,stack}_value (#233)
2019-06-22 Eli BenderskyBump minimal supported Python 3.x version to 3.4 and...
2019-06-22 Scott JohnsonFix deprecation warning in Python 3.7 (#231)
2019-04-22 zephyrjAdd ability to parse the NT_FILE note found in core...
2019-03-19 Andreas ZieglerImprove symbol table handling in DynamicSegment (#219)
2019-03-16 Robert XiaoEnable parsing of relocations pointed to by DYNAMIC...
2019-03-11 Robert XiaoFix LookupError when testing with tox (#221)
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...
next