2
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lddtree.py: leverage the rpaths from the main executable to better locate libs that get used
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.sh: fix by Loïc Yhuel for LD_LIBRARY_PATH processing #449718
Mike Frysinger
as vapier
More... over 11 years ago
run pyflakes on .py files if available
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: fix typo found by pyflakes
Mike Frysinger
as vapier
More... over 11 years ago
ignore elf.h as we do not author it
Mike Frysinger
as vapier
More... over 11 years ago
update ldconfig flags
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: even simpler CompatibleELFs by David James
Mike Frysinger
as vapier
More... over 11 years ago
sync elf.h settings
Mike Frysinger
as vapier
More... over 11 years ago
scanelf: drop XXX_NUM defines as those are compile-time limites, not actual field values
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: simplify osabi compat logic a bit with suggestion from David James
Mike Frysinger
as vapier
More... over 11 years ago
scanelf: skip leading OLFOSABI_ when getting the osabi field so we do not skip UNKNOWN_TYPE
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: simplify ldpath uniqification with algo by David James
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: handle $ORIGIN in the middle of paths as pointed out by David James
Mike Frysinger
as vapier
More... over 11 years ago
scanelf/pspax: drop PT_LOAD counts since more than "normal" is not a bug and is semi-common with some targets, and the warning has out lived its usefulness -- it was added as an initial sanity check to get a feel for the real world
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: fix indentation in previous commit
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: clear _all_libs state at initial state to avoid recursive state messing up other runs
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: warn if opening ld.so.conf fails (ignoring missing files)
Mike Frysinger
as vapier
More... over 11 years ago
lddtree: implement $ORIGIN support
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: add root to displayed interp path
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: avoid shadowing global "file"
Mike Frysinger
as vapier
More... over 11 years ago
install lddtree.py if USE_PYTHON=yes is set
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: break ldpath setup out so other modules can use it, fix set handling in CompatibleELFs, and add some more documentation
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: add a --copy-to-tree option so people can quickly copy ELFs and their dependencies to a different location (useful for initramfs and such)
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: fix option rename
Mike Frysinger
as vapier
More... over 11 years ago
lddtree: add a --list option so scripts can parse the output easily
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: add a --version flag
Mike Frysinger
as vapier
More... over 11 years ago
lddtree.py: initial version of lddtree in python using pyelftools
Mike Frysinger
as vapier
More... over 11 years ago
scanelf: use PT_INTERP if .interp could not be found
Mike Frysinger
as vapier
More... over 11 years ago
lddtree: add a -V (--version) flag
Mike Frysinger
as vapier
More... over 11 years ago
lddtree: normalize linux osabi to sysv since they are compatible (with glibc) #442024
Mike Frysinger
as vapier
More... over 11 years ago