elfdump: handles the extern symbol case in the syminfo table |
|
More...
|
over 12 years ago
|
reorder syminfo flags display to match elfdump display |
|
More...
|
over 12 years ago
|
fix syminfo flags description: S flag (capability) is always first |
|
More...
|
over 12 years ago
|
elfdump now correctly displays syminfo entries with filter attribute |
|
More...
|
over 12 years ago
|
add SUNW filter tag in the list of special tags |
|
More...
|
over 12 years ago
|
add sun specific dynamic tags |
|
More...
|
over 12 years ago
|
fix missing variable initialisation in elfdump |
|
More...
|
over 12 years ago
|
Fixed a stupid mistake on SYMINFO name (I should change my terminal font) |
|
More...
|
over 12 years ago
|
added elfdump comparison test |
|
More...
|
over 12 years ago
|
Added unit test for solaris (SUNW_syminfo section only for now) |
|
More...
|
over 12 years ago
|
start enumerating syminfo entries at index 1 |
|
More...
|
over 12 years ago
|
added elfdump clone based on pyelftools, only support -y option currently |
|
More...
|
over 12 years ago
|
added support for SUNW_syminfo header |
|
More...
|
over 12 years ago
|
Added tag v0.21 for changeset 1038c1604c31 |
|
More...
|
over 12 years ago
|
updated manifest and changelog |
|
More...
|
over 12 years ago
|
Added more enums to ENUM_SH_TYPE |
|
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) |
|
More...
|
over 12 years ago
|
Examples should prefer local pyelftools to installed one |
|
More...
|
over 12 years ago
|
better way to check if a dir exists |
|
More...
|
over 12 years ago
|
add comment |
|
More...
|
over 12 years ago
|
Setup sys.path properly this time (I'll update the hacking guide to explain what's been done) |
|
More...
|
over 12 years ago
|
make readelf.py pick up local elftools before system one |
|
More...
|
over 12 years ago
|
Fix sys.path setup to prepend '.', rather than append. Also, remove '..' and allow running only from the root directory. |
|
More...
|
over 12 years ago
|
Clarify how/why we look for binutils's readelf |
|
More...
|
over 12 years ago
|
doc fixes |
|
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). |
|
More...
|
over 12 years ago
|
update docs |
|
More...
|
over 12 years ago
|
Fix formatting of some dynamic tag fields to match readelf |
|
More...
|
over 12 years ago
|
Tweak dynamic section handling to decipher DT_SONAME + small cleanups |
|
More...
|
over 12 years ago
|