0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better ARM support (with AArch64). Contributed by Dobromir Stefanov
eliben
as Eli Bendersky
More... about 12 years ago
Add some additional GNU forms
eliben
as Eli Bendersky
More... about 12 years ago
rename some methods to be more consistent
yannrouillard
as Yann Rouillard
More... over 12 years ago
more succint code for describer_ver_flags and describe_syminfo_flags
yannrouillard
as Yann Rouillard
More... over 12 years ago
Create a common parent class for Version (Definition|Dependency) section to share common code
yannrouillard
as Yann Rouillard
More... over 12 years ago
Remove Table from GNU version sections class name
yannrouillard
as Yann Rouillard
More... over 12 years ago
add missing unit test
yannrouillard
as Yann Rouillard
More... over 12 years ago
fix versions classes import in readelf
yannrouillard
as Yann Rouillard
More... over 12 years ago
put -V readelf option before dwarf stuff
yannrouillard
as Yann Rouillard
More... over 12 years ago
pep8 fixes
yannrouillard
as Yann Rouillard
More... over 12 years ago
split gnu|sunw versions code in a separate file
yannrouillard
as Yann Rouillard
More... over 12 years ago
rename Ver(def|need|sym)TableSection to GNUVer(Def|Need|Sym)TableSection
yannrouillard
as Yann Rouillard
More... over 12 years ago
added support for version definition, version dependency and version symbol sections in pyelftools and readelf.py
yannrouillard
as Yann Rouillard
More... over 12 years ago
More DWARFv4 parsing goodness. Also added some hookups for parsing .eh_frame but this isn't enabled yet, because pyelftools can't yet successfully parse it (have to look at it deeper).
eliben
as Eli Bendersky
More... over 12 years ago
More tweaks to succesfully parse an object file generated by gcc 4.8 with DWARFv4
eliben
as Eli Bendersky
More... over 12 years ago
cleanup whitespace
eliben
as Eli Bendersky
More... over 12 years ago
Initial DWARF4 support for Clang-generated DWARF. Based on patch by Stefan Hepp
eliben
as Eli Bendersky
More... over 12 years ago
More renaming & cleaning up
eliben
as Eli Bendersky
More... over 12 years ago
Cosmetic renaming & updated CHANGES file
eliben
as Eli Bendersky
More... over 12 years ago
Explicitly split test files for readelf and test files for unittests. This is so the readelf tests auto-discovery doens't accidentally find tests it's not supposed to.
eliben
as Eli Bendersky
More... over 12 years ago
Merged in yann_rouillard/pyelftools/syminfo (pull request #13)
eliben
as Eli Bendersky
More... over 12 years ago
remove elfdump script and test
yannrouillard
as Yann Rouillard
More... over 12 years ago
add some comments in the solaris unit test
yannrouillard
as Yann Rouillard
More... over 12 years ago
fix comment mistake
yannrouillard
as Yann Rouillard
More... over 12 years ago
simpler check for syminfo entries that are not displayed by elfdump
yannrouillard
as Yann Rouillard
More... over 12 years ago
some pep8 compliance fixes
yannrouillard
as Yann Rouillard
More... over 12 years ago
minor modification in the section search loop of elfdump.py
yannrouillard
as Yann Rouillard
More... over 12 years ago
made a new branch to store syminfo specific patches
yannrouillard
as Yann Rouillard
More... over 12 years ago
add syminfo boundto description function
yannrouillard
as Yann Rouillard
More... over 12 years ago
elfdump: handles the extern symbol case in the syminfo table
yannrouillard
as Yann Rouillard
More... over 12 years ago