0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
elfdump: handles the extern symbol case in the syminfo table
yannrouillard
as Yann Rouillard
More... over 12 years ago
reorder syminfo flags display to match elfdump display
yannrouillard
as Yann Rouillard
More... over 12 years ago
fix syminfo flags description: S flag (capability) is always first
yannrouillard
as Yann Rouillard
More... over 12 years ago
elfdump now correctly displays syminfo entries with filter attribute
yannrouillard
as Yann Rouillard
More... over 12 years ago
add SUNW filter tag in the list of special tags
yannrouillard
as Yann Rouillard
More... over 12 years ago
add sun specific dynamic tags
yannrouillard
as Yann Rouillard
More... over 12 years ago
fix missing variable initialisation in elfdump
yannrouillard
as Yann Rouillard
More... over 12 years ago
Fixed a stupid mistake on SYMINFO name (I should change my terminal font)
yannrouillard
as Yann Rouillard
More... over 12 years ago
added elfdump comparison test
yannrouillard
as Yann Rouillard
More... over 12 years ago
Added unit test for solaris (SUNW_syminfo section only for now)
yannrouillard
as Yann Rouillard
More... over 12 years ago
start enumerating syminfo entries at index 1
yannrouillard
as Yann Rouillard
More... over 12 years ago
added elfdump clone based on pyelftools, only support -y option currently
yannrouillard
as Yann Rouillard
More... over 12 years ago
added support for SUNW_syminfo header
yannrouillard
as Yann Rouillard
More... over 12 years ago
Added tag v0.21 for changeset 1038c1604c31
eliben
as Eli Bendersky
More... over 12 years ago
updated manifest and changelog
eliben
as Eli Bendersky
More... over 12 years ago
Added more enums to ENUM_SH_TYPE
eliben
as Eli Bendersky
More... over 12 years ago
Updated the e_machine enum, based on an Internet source. More... over 12 years ago
Issue #8: fix the dwarf_decode_address example (off-by-one error in line reporting)
eliben
as Eli Bendersky
More... over 12 years ago
Examples should prefer local pyelftools to installed one
eliben
as Eli Bendersky
More... over 12 years ago
better way to check if a dir exists
eliben
as Eli Bendersky
More... over 12 years ago
add comment
eliben
as Eli Bendersky
More... over 12 years ago
Setup sys.path properly this time (I'll update the hacking guide to explain what's been done)
eliben
as Eli Bendersky
More... over 12 years ago
make readelf.py pick up local elftools before system one
eliben
as Eli Bendersky
More... over 12 years ago
Fix sys.path setup to prepend '.', rather than append. Also, remove '..' and allow running only from the root directory.
eliben
as Eli Bendersky
More... over 12 years ago
Clarify how/why we look for binutils's readelf
eliben
as Eli Bendersky
More... over 12 years ago
doc fixes
eliben
as Eli Bendersky
More... over 12 years ago
Fix some Python 3 goofs and make sure the tests execute with the correct version of Python (the same the runners themselves were executed with).
eliben
as Eli Bendersky
More... over 12 years ago
update docs
eliben
as Eli Bendersky
More... over 12 years ago
Fix formatting of some dynamic tag fields to match readelf
eliben
as Eli Bendersky
More... over 12 years ago
Tweak dynamic section handling to decipher DT_SONAME + small cleanups
eliben
as Eli Bendersky
More... over 12 years ago