pyelftools.git
2021-01-26 Peter LaFosseFix/extend aarch64 register names table (#351)
2021-01-20 Kyle Zengfix wrong prpsinfo in 32bit coredump (#347)
2021-01-12 Andreas Zieglerdynamic.py: move logic around to allow symbol access...
2021-01-12 Andreas ZieglerELFFile: allow filtering of sections by type in iter_se...
2020-12-07 Jonathan Bruchimadded a method for returning the index of a section...
2020-10-27 Eli BenderskyUpdate .gitignore to ignore .egg-info dirs
2020-10-27 Eli BenderskyUpdate TODO to mention git tag
2020-10-27 Eli Benderskyremove dir that shouldn't be in git v0.27
2020-10-27 Eli BenderskyVersion 0.27 release
2020-10-27 Eli BenderskyAdd a bit more details to dwarf_pubnames_types example
2020-10-27 Eli BenderskyMake dwarf_pubnames_types example a bit more general
2020-10-27 Eli BenderskyReplace field access with property name access
2020-10-27 Seva AlekseyevDebugSectionDescriptor.size initialized with decompress...
2020-10-26 Andreas Zieglerhash.py: observe endianness when reading hashes (#338)
2020-10-10 Seva AlekseyevDWARFv1 constants in enums, DW_FORM_ref parsing (#335)
2020-10-01 Andreas Zieglerelf: support for ELF files with a large number of secti...
2020-09-23 Eli BenderskyRemove Travis config
2020-09-23 Eli BenderskyChange badge image to point to github actions, not...
2020-09-23 Eli BenderskySet to run only on ubuntu because of readelf binary
2020-09-23 Eli BenderskyFix typo in ci.yml
2020-09-23 Eli BenderskyAdd GitHub actions workflow for CI
2020-08-19 LeadroyaLAdd support for ARM exception handler ABI (#328)
2020-08-18 Eli BenderskyFix python versions for tests that run
2020-07-25 ValUpdate code to work with pickling (#327)
2020-07-20 pagabucReturn the correct number of program headers when e_phn...
2020-07-08 Eli BenderskyFix formatting and add comment in test
2020-07-08 FishFix the non-determinism in test_dwarf_expr. (#324)
2020-07-08 Eli BenderskyRevert "for sibling of form ref_addr, only sibling...
2020-07-08 sagibenfor sibling of form ref_addr, only sibling value should...
2020-07-08 Gabriel-Andrew... Fix typo when referencing DW_FORM_ref_addr (#321)
2020-07-08 FishFix Python 2 support of FDE. (#323)
2020-07-07 Fishdwarf.CallFrameInfo: Support parsing LSDA pointers...
2020-06-09 Nick Desaulniersinitial support for aarch64 little endian (#318)
2020-06-08 Disconnect3dAdd PT_GNU_PROPERTY enum (#319)
2020-06-01 William Woodruffdwarf/dwarf_expr: Add support for DW_OP_GNU_push_tls_ad...
2020-05-23 Patrick Gordonfix issue in aranges cu_offset_at_addr (#310)
2020-05-21 mephi42Fix determining PAGESIZE under Jython (#314)
2020-04-27 ChunboFix a typo in adapters.py (#309)
2020-04-22 Milton D. Miller IICached random access to CUs and DIEs (#264)
2020-03-28 Eli BenderskyClean up whitespace
2020-03-23 Seva AlekseyevSupport for --debug-dump=loc in readelf.py and in the...
2020-03-23 Eli BenderskyReformat whitespace
2020-03-22 Eli BenderskyAdd full list of supported debug sections in readelf...
2020-03-22 Eli BenderskyFix --parallel readelf test after previous commit
2020-03-22 Seva AlekseyevGNU expressions (#303)
2020-03-21 William WoodruffAdd support for DW_LNE_set_discriminator (#282)
2020-03-17 Pierre-Marie... Enhance MIPS64 testing and simplify handling code for...
2020-03-14 Eli BenderskyRemove unused field
2020-03-14 Eli BenderskySimplify ExprDumper now that the expression parser...
2020-03-14 Eli BenderskyCache dispatch table between expr parses
2020-03-14 Audrey DutcherOnly byteswap the little endian version of mips64 r_raw...
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)
next