pyelftools.git
2023-09-06 Eli BenderskyRelease 0.30 v0.30
2023-09-06 WÁNG XuěruìFix the LoongArch support code and some more (#483)
2023-09-04 Noam Yorav... Support MIPS64 .o files - don't remove has_addend ...
2023-08-23 Seva AlekseyevFriendly error in get_location_list_at_offset (#492)
2023-08-23 Nick Desaulniersfix examples/dwarf_location_info.py (#490)
2023-08-23 Seva AlekseyevARM tag 46 (#491)
2023-08-22 Seva Alekseyevreadelf 2.41 with Ranges test excluded on 2 files ...
2023-08-16 Seva AlekseyevMissing tags (#487)
2023-06-29 Seva AlekseyevReporting the real attribute form for DW_FORM_indirect...
2023-04-21 Eli BenderskyClean up some tabs and remove tox.ini which isn't used...
2023-04-21 Wu XiaotianAdd support for LoongArch (#470)
2023-04-17 Flier Luadd reloc type and recipe for eBPF (#466)
2023-04-17 Eli BenderskyCreate SECURITY.md
2023-03-21 Seva AlekseyevFilename in lineprog index fix made DWARF5 aware (...
2023-02-04 Ricardo BarbedoAdd support for RISC-V attributes (#459)
2023-01-30 haomi123add support for loongarch64 to dwarfdump (#458)
2022-10-27 laqieeradd support for arm to dwarfdump (#449)
2022-10-18 Seva AlekseyevSome GNU extension attributes (#447)
2022-10-15 Nick Desaulniersadd support for aarch64 to dwarfdump (#445)
2022-09-24 Kevin PhoenixAdd pyproject.toml (#443)
2022-09-22 Will DenissenAdded Dwarfv5 CU headers (#442)
2022-08-22 Seva AlekseyevFix for CU version check in LocationListsPair (#439)
2022-08-17 Eli BenderskyMinor stylistic fixes following up the previous commit
2022-08-17 Ronan DunklauCache instantiation of DWARF structs. (#435)
2022-08-16 Eli BenderskyMerge branch 'master' of github.com:eliben/pyelftools
2022-08-16 Eli BenderskyRemove z.py
2022-08-16 Seva AlekseyevSupport for DW_FORM_data16, unit test (#437)
2022-08-16 Eli BenderskyFinish refactoring out py3compat and delete the file
2022-08-16 Eli BenderskyRemove int2byte and byte2int utilities from py3compat
2022-08-16 Eli BenderskyRemove BytesIO and StringIO from py3compat
2022-08-16 Eli BenderskyRemove path and maxint from py3compat
2022-08-16 Eli BenderskyMove utilities from py3compat to utils
2022-08-16 Eli BenderskyRemove iter* utilities from py3compat and refactor...
2022-08-15 Eli BenderskyRemove mention of supporting Python 2 from the README
2022-08-15 Eli BenderskyPython version 3.10 needs quotes in the yaml file
2022-08-15 Eli BenderskyOfficially remove Python 2 support from this point...
2022-08-10 Eli BenderskyRejigger MANIFEST.in to properly include/exclude test... v0.29
2022-08-09 Eli BenderskyAdd back empty_pubtypes dir, and include *.common test...
2022-08-09 Eli BenderskyRename test files with .debug
2022-08-09 Eli BenderskyRemove 'x' permissions from all test files in testfiles...
2022-08-09 Eli BenderskyPrepare for 0.29 release
2022-08-09 Eli BenderskyUpdate tox to run all_tests
2022-08-09 Javier Rascón... Added out of bounds read detection for corrups section...
2022-08-09 Seva AlekseyevInclude so, dat files in the test (#433)
2022-08-08 Ronan DunklauSupplementary object files (#426)
2022-07-13 Tim Gatesdocs: Fix a few typos (#431)
2022-07-12 Seva AlekseyevIndirect encoding support (#430)
2022-07-08 Seva AlekseyevMixing v4 and v5 loclists and rangelists sections ...
2022-07-06 Seva AlekseyevAutotest against llvm-dwarfdump (#428)
2022-06-17 Eli BenderskyClean up whitespace
2022-06-17 Seva AlekseyevReadelf upgraded to 2.38, format fixes (#420)
2022-06-17 Seva AlekseyevSupport for DWARFv5 debug_rnglists section (#419)
2022-06-17 Eli BenderskyClarify instructions in test/external_tools
2022-06-16 Eli BenderskyAdd previously untested output file to test set
2022-06-16 Eli BenderskySay which test file failed in readelf tests
2022-06-16 Seva AlekseyevDWARF 5 operations and DWARF5 location lists (#418)
2022-06-13 Eli BenderskyChange supported Python versions in github actions...
2022-06-13 Eli BenderskyWhitespace cleanups
2022-06-13 Seva AlekseyevVersion 5 lineprogram header (#411)
2022-06-08 Eli BenderskyReformat some docstrings
2022-06-07 Eli BenderskyMinor cosmetic changes
2022-06-07 Seva AlekseyevSupport for sibling in form DW_FORM_ref_addr (#408)
2022-05-16 Seva AlekseyevStoring the offset of DWARF operations within the expre...
2022-05-10 Ronan DunklauImprove DWARF 5 compatibility. (#400)
2022-02-14 Andreas ZieglerAdd support for DT_RELR/SHT_RELR compressed relocation...
2022-02-03 Eli BenderskyPrepare for releasing version 0.28 v0.28
2022-01-13 Brendan HainesUpdate structs.py (#392)
2022-01-11 AdamAdd PS3/CellOS OSABI identifier (#389)
2021-12-15 Marco BonelliAdd support for note GNU_PROPERTY_X86_FEATURE_1_AND...
2021-12-10 Eli BenderskyRebuild readelf locally and add more instructions
2021-12-10 Eli BenderskyRun readelf tests in parallel by default
2021-12-10 Marco BonelliUpdate readelf to v2.37, adapt readelf.py output and...
2021-12-07 Marco BonelliAdd support for .note.gnu.property notes section (...
2021-11-17 Seva AlekseyevDW_AT_private=0x24 (#382)
2021-11-06 Seva AlekseyevDW_AT_virtual (#380)
2021-10-29 Ulugbek Abdullaevadd latest 'e_machine' mappings: EM_BPF, EM_CSKY, EM_FR...
2021-10-25 Andreas ZieglerELFFile: allow filtering by segment type in iter_segmen...
2021-10-16 Karthikeyan... Use assertEqual instead of assertEquals for Python...
2021-09-17 Marco BonelliKeep raw note descriptors in ELF note sections as raw...
2021-08-31 Jangseop Shin[example] bug fixes in dwarf_decode_address example...
2021-08-02 Lukas Dreselfixed parsing for structures containing uids or gids...
2021-05-27 William Woodruffdwarf: initial DWARFv5 support (#363)
2021-05-21 William Woodruffdwarf/constants: add DW_LNCT_* constants (#362)
2021-05-15 Nick Desaulniersinitial support for PPC64LE (#360)
2021-04-18 LeadroyaLSupport Android compressed rel/rela sections (#357)
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)
next