2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 7 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lddtree.py: rework debug handling and add a bit more throughout the processing
Mike Frysinger
as vapier
More... over 9 years ago
lddtree.py: use basename of argv[0] for warnings as it looks nicer
Mike Frysinger
as vapier
More... over 9 years ago
lddtree.py: update copyright
Mike Frysinger
as vapier
More... over 9 years ago
add support for symbol visibility
Mike Frysinger
as vapier
More... almost 10 years ago
drop features.h and such from elf.h again as we do not use it and it breaks no non-GNU systems #507470 by Yuta SATOH
Mike Frysinger
as vapier
More... about 10 years ago
note that which() does not handle PATH="/foo::/bar" correctly
Mike Frysinger
as vapier
More... about 10 years ago
rewrite which() so that it works and does not break $PATH
Mike Frysinger
as vapier
More... about 10 years ago
lddtree.py: initial prefix support by Benda Xu #488460
Mike Frysinger
as vapier
More... about 10 years ago
lddtree.py: fix style
Mike Frysinger
as vapier
More... about 10 years ago
tweak style -- no functional changes
Mike Frysinger
as vapier
More... about 10 years ago
scanelf: convert -E option to use array_t
Mike Frysinger
as vapier
More... about 10 years ago
move array_cnt check into array_for_each init
Mike Frysinger
as vapier
More... about 10 years ago
fix possible memory read errors when walking arrays
Mike Frysinger
as vapier
More... about 10 years ago
paxelf: add more DT defines
Mike Frysinger
as vapier
More... over 10 years ago
paxelf: add more entries with latest elf.h
Mike Frysinger
as vapier
More... over 10 years ago
update elf.h
Mike Frysinger
as vapier
More... over 10 years ago
scanelf: fix comment in middle of define
Mike Frysinger
as vapier
More... over 10 years ago
scanmacho: add support to read LC_RPATH entries from Mach-O files More... over 10 years ago
scanelf: flag object files that have a +x stack (even if it is -w) since its almost assured the final ELF will add +w automatically
Mike Frysinger
as vapier
More... over 10 years ago
use 64bit file interfaces even with 32bit processes #471024
Mike Frysinger
as vapier
More... almost 11 years ago
lddtree.py: add docstring for path in ParseLdPaths
Mike Frysinger
as vapier
More... about 11 years ago
lddtree.py: add --skip-non-elfs option so you can batch commands like `lddtree -l <blah>` while filtering out non elfs easily
Mike Frysinger
as vapier
More... about 11 years ago
lddtree.py: fix $ORIGIN handling when using --root so the root does not get double prefixed
Mike Frysinger
as vapier
More... about 11 years ago
scanmacho: fix up signed warnings with newer gcc
Mike Frysinger
as vapier
More... about 11 years ago
scanelf: use bool rather than char to avoid bogus gcc warning (filed upstream already)
Mike Frysinger
as vapier
More... about 11 years ago
scanelf: fix more warnings from gcc-4.8
Mike Frysinger
as vapier
More... about 11 years ago
ar_next: fix signed warnings from gcc, and clean up memory when closing archives
Mike Frysinger
as vapier
More... about 11 years ago
pspax: fix signed compare warning gcc throws up
Mike Frysinger
as vapier
More... about 11 years ago
add a new check_gcc_many to check a bunch of flags at once, and add new asan flag when debugging
Mike Frysinger
as vapier
More... about 11 years ago
fix typo in call -- check_gcc vs check-gcc
Mike Frysinger
as vapier
More... about 11 years ago