| 2020-10-27 | Eli Bendersky | remove dir that shouldn't be in git  v0.27 | commit | commitdiff | tree | 
| 2020-10-27 | Eli Bendersky | Version 0.27 release | commit | commitdiff | tree | 
| 2020-10-27 | Eli Bendersky | Add a bit more details to dwarf_pubnames_types example | commit | commitdiff | tree | 
| 2020-10-27 | Eli Bendersky | Make dwarf_pubnames_types example a bit more general | commit | commitdiff | tree | 
| 2020-10-27 | Eli Bendersky | Replace field access with property name access | commit | commitdiff | tree | 
| 2020-10-27 | Seva Alekseyev | DebugSectionDescriptor.size initialized with decompress... | commit | commitdiff | tree | 
| 2020-10-26 | Andreas Ziegler | hash.py: observe endianness when reading hashes (#338) | commit | commitdiff | tree | 
| 2020-10-10 | Seva Alekseyev | DWARFv1 constants in enums, DW_FORM_ref parsing (#335) | commit | commitdiff | tree | 
| 2020-10-01 | Andreas Ziegler | elf: support for ELF files with a large number of secti... | commit | commitdiff | tree | 
| 2020-09-23 | Eli Bendersky | Remove Travis config | commit | commitdiff | tree | 
| 2020-09-23 | Eli Bendersky | Change badge image to point to github actions, not... | commit | commitdiff | tree | 
| 2020-09-23 | Eli Bendersky | Set to run only on ubuntu because of readelf binary | commit | commitdiff | tree | 
| 2020-09-23 | Eli Bendersky | Fix typo in ci.yml | commit | commitdiff | tree | 
| 2020-09-23 | Eli Bendersky | Add GitHub actions workflow for CI | commit | commitdiff | tree | 
| 2020-08-19 | LeadroyaL | Add support for ARM exception handler ABI (#328) | commit | commitdiff | tree | 
| 2020-08-18 | Eli Bendersky | Fix python versions for tests that run | commit | commitdiff | tree | 
| 2020-07-25 | Val | Update code to work with pickling (#327) | commit | commitdiff | tree | 
| 2020-07-20 | pagabuc | Return the correct number of program headers when e_phn... | commit | commitdiff | tree | 
| 2020-07-08 | Eli Bendersky | Fix formatting and add comment in test | commit | commitdiff | tree | 
| 2020-07-08 | Fish | Fix the non-determinism in test_dwarf_expr. (#324) | commit | commitdiff | tree | 
| 2020-07-08 | Eli Bendersky | Revert "for sibling of form ref_addr, only sibling... | commit | commitdiff | tree | 
| 2020-07-08 | sagiben | for sibling of form ref_addr, only sibling value should... | commit | commitdiff | tree | 
| 2020-07-08 | Gabriel-Andrew... | Fix typo when referencing DW_FORM_ref_addr (#321) | commit | commitdiff | tree | 
| 2020-07-08 | Fish | Fix Python 2 support of FDE. (#323) | commit | commitdiff | tree | 
| 2020-07-07 | Fish | dwarf.CallFrameInfo: Support parsing LSDA pointers... | commit | commitdiff | tree | 
| 2020-06-09 | Nick Desaulniers | initial support for aarch64 little endian (#318) | commit | commitdiff | tree | 
| 2020-06-08 | Disconnect3d | Add PT_GNU_PROPERTY enum (#319) | commit | commitdiff | tree | 
| 2020-06-01 | William Woodruff | dwarf/dwarf_expr: Add support for DW_OP_GNU_push_tls_ad... | commit | commitdiff | tree | 
| 2020-05-23 | Patrick Gordon | fix issue in aranges cu_offset_at_addr (#310) | commit | commitdiff | tree | 
| 2020-05-21 | mephi42 | Fix determining PAGESIZE under Jython (#314) | commit | commitdiff | tree | 
| 2020-04-27 | Chunbo | Fix a typo in adapters.py (#309) | commit | commitdiff | tree | 
| 2020-04-22 | Milton D. Miller II | Cached random access to CUs and DIEs (#264) | commit | commitdiff | tree | 
| 2020-03-28 | Eli Bendersky | Clean up whitespace | commit | commitdiff | tree | 
| 2020-03-23 | Seva Alekseyev | Support for --debug-dump=loc in readelf.py and in the... | commit | commitdiff | tree | 
| 2020-03-23 | Eli Bendersky | Reformat whitespace | commit | commitdiff | tree | 
| 2020-03-22 | Eli Bendersky | Add full list of supported debug sections in readelf... | commit | commitdiff | tree | 
| 2020-03-22 | Eli Bendersky | Fix --parallel readelf test after previous commit | commit | commitdiff | tree | 
| 2020-03-22 | Seva Alekseyev | GNU expressions (#303) | commit | commitdiff | tree | 
| 2020-03-21 | William Woodruff | Add support for DW_LNE_set_discriminator  (#282) | commit | commitdiff | tree | 
| 2020-03-17 | Pierre-Marie... | Enhance MIPS64 testing and simplify handling code for... | commit | commitdiff | tree | 
| 2020-03-14 | Eli Bendersky | Remove unused field | commit | commitdiff | tree | 
| 2020-03-14 | Eli Bendersky | Simplify ExprDumper now that the expression parser... | commit | commitdiff | tree | 
| 2020-03-14 | Eli Bendersky | Cache dispatch table between expr parses | commit | commitdiff | tree | 
| 2020-03-14 | Audrey Dutcher | Only byteswap the little endian version of mips64 r_raw... | commit | commitdiff | tree | 
| 2020-03-14 | Eli Bendersky | DWARF expr: clean up more old code and add some comments | commit | commitdiff | tree | 
| 2020-03-14 | Eli Bendersky | DWARF expr: removing old GenericExprVisitor | commit | commitdiff | tree | 
| 2020-03-14 | Eli Bendersky | DWARF expr: tests passing with new parser | commit | commitdiff | tree | 
| 2020-03-14 | Eli Bendersky | Initial commit of new expr parsing function. | commit | commitdiff | tree | 
| 2020-03-13 | Eli Bendersky | Merge branch 'master' of github.com:eliben/pyelftools | commit | commitdiff | tree | 
| 2020-03-13 | Eli Bendersky | Clean up whitespace in dwarf/ranges.py | commit | commitdiff | tree | 
| 2020-03-13 | Eli Bendersky | Clean up whitespace | commit | commitdiff | tree | 
| 2020-03-10 | Pierre-Marie... | callframe.py: fix DW_EH_PE_absptr decoding (#295) | commit | commitdiff | tree | 
| 2020-03-10 | Pierre-Marie... | readelf.py: minor enhancements for debugging (#294) | commit | commitdiff | tree | 
| 2020-03-09 | Eli Bendersky | Remove some unconditional printouts in unit tests | commit | commitdiff | tree | 
| 2020-03-09 | Andreas Ziegler | {GNU,}HashSection: Implement symbol lookup (#290) | commit | commitdiff | tree | 
| 2020-03-09 | Pierre-Marie... | Minor enhancements for readelf-based tests (#293) | commit | commitdiff | tree | 
| 2020-03-07 | Andreas Ziegler | readelf: print addend for RELA relocations without... | commit | commitdiff | tree | 
| 2020-03-07 | Eli Bendersky | Fix up README | commit | commitdiff | tree | 
| 2020-03-07 | Andreas Ziegler | readelf.py: adapt section mapping output for .tbss... | commit | commitdiff | tree | 
| 2020-03-07 | Seva Alekseyev | DW_AT_const_value is not a location, take 2 (#277) | commit | commitdiff | tree | 
| 2020-03-07 | Eli Bendersky | Reformat comments and a bit of test logic | commit | commitdiff | tree | 
| 2020-03-07 | Audrey Dutcher | Add resilience for degenerate cases present in files... | commit | commitdiff | tree | 
| 2020-03-07 | Eli Bendersky | Reflow comments and clean up whitespace | commit | commitdiff | tree | 
| 2020-03-07 | Eli Bendersky | Merge branch 'master' of github.com:eliben/pyelftools | commit | commitdiff | tree | 
| 2020-03-07 | Seva Alekseyev | ref_addr size changed between v2 and v3 - take 2 (... | commit | commitdiff | tree | 
| 2020-03-07 | Eli Bendersky | Fix typo in comment | commit | commitdiff | tree | 
| 2020-03-07 | William Woodruff | examples: Add dwarf_lineprogram_filenames.py (#285) | commit | commitdiff | tree | 
| 2020-03-06 | Andreas Ziegler | construct_utils.py: add missing import (#291) | commit | commitdiff | tree | 
| 2020-02-04 | Eli Bendersky | Move test file name to be included in distribution | commit | commitdiff | tree | 
| 2020-02-04 | Eli Bendersky | Reformat whitespace in dwarf enums | commit | commitdiff | tree | 
| 2020-02-04 | Seva Alekseyev | DWARF 5 tags and attributes (#271) | commit | commitdiff | tree | 
| 2020-02-04 | Eli Bendersky | Trim whitespace | commit | commitdiff | tree | 
| 2020-02-04 | Fish | Make sure ELFFile.has_dwarf_info() returns a boolean... | commit | commitdiff | tree | 
| 2020-02-04 | Andreas Ziegler | segments.py: fix TLS checks in section_in_segment(... | commit | commitdiff | tree | 
| 2020-02-04 | Eli Bendersky | Travis: drop Python 3.4, add 3.8 | commit | commitdiff | tree | 
| 2019-12-16 | Tim Gates | Fix simple typo: wether -> whether (#259) | commit | commitdiff | tree | 
| 2019-12-09 | Eli Bendersky | Tweak release instructions in TODO | commit | commitdiff | tree | 
| 2019-12-05 | Eli Bendersky | Update release notes in TODO  v0.26 | commit | commitdiff | tree | 
| 2019-12-05 | Eli Bendersky | Prepare for release 0.26 | commit | commitdiff | tree | 
| 2019-11-08 | William Woodruff | Lazy DIE parsing (#249) | commit | commitdiff | tree | 
| 2019-10-27 | William Woodruff | elf/constants: Add SHN_XINDEX (#248) | commit | commitdiff | tree | 
| 2019-10-21 | Olof Johansson | Include README.rst instead of README in manifest (... | commit | commitdiff | tree | 
| 2019-10-18 | William Woodruff | dwarf/die: Handle DW_FORM_flag_present in value transla... | commit | commitdiff | tree | 
| 2019-10-04 | William Woodruff | dwarf/constants: More DW_LANG, DW_ATE constants (#245) | commit | commitdiff | tree | 
| 2019-10-04 | Eli Bendersky | Realign columns for some constants | commit | commitdiff | tree | 
| 2019-10-04 | William Woodruff | dwarf/enums: More attributes, tags, and forms (#244) | commit | commitdiff | tree | 
| 2019-10-03 | William Woodruff | dwarf/enums Add GNU parameter tags (#242) | commit | commitdiff | tree | 
| 2019-09-18 | William Woodruff | dwarf_expr: Add DW_OP_{lo,hi}_user (#239) | commit | commitdiff | tree | 
| 2019-09-17 | William Woodruff | dwarf_expr: Add DWARFv5 OPs (#240) | commit | commitdiff | tree | 
| 2019-09-11 | Eli Bendersky | Portable import of collections.Mapping | commit | commitdiff | tree | 
| 2019-08-02 | Anders Dellien | Improved handling of location information (#225) | commit | commitdiff | tree | 
| 2019-07-30 | Dmitry Koltunov | Fix for `CFIEntry.get_decoded()` (#232) | commit | commitdiff | tree | 
| 2019-07-18 | William Woodruff | dwarf/descriptions: Remove DW_LANG_Upc (#234) | commit | commitdiff | tree | 
| 2019-07-18 | William Woodruff | dwarf_expr: Add DW_OP_{implicit,stack}_value (#233) | commit | commitdiff | tree | 
| 2019-06-22 | Eli Bendersky | Bump minimal supported Python 3.x version to 3.4 and... | commit | commitdiff | tree | 
| 2019-06-22 | Scott Johnson | Fix deprecation warning in Python 3.7 (#231) | commit | commitdiff | tree | 
| 2019-04-22 | zephyrj | Add ability to parse the NT_FILE note found in core... | commit | commitdiff | tree | 
| 2019-03-19 | Andreas Ziegler | Improve symbol table handling in DynamicSegment (#219) | commit | commitdiff | tree | 
| 2019-03-16 | Robert Xiao | Enable parsing of relocations pointed to by DYNAMIC... | commit | commitdiff | tree | 
| 2019-03-11 | Robert Xiao | Fix LookupError when testing with tox (#221) | commit | commitdiff | tree | 
| next |