2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 8 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
skip freeing of memory at exit since the kernel takes care of that for us
Mike Frysinger
as vapier
More... over 11 years ago
scanelf: pre-compile all the regexes up front rather than everytime we try to match the symbol
Mike Frysinger
as vapier
More... over 11 years ago
scanelf: convert -s parsing to arrays and allow multiple -s options
Mike Frysinger
as vapier
More... over 11 years ago
update copyright years
Mike Frysinger
as vapier
More... over 11 years ago
lddtree: add ROOT support #430366 by Richard Yao
Mike Frysinger
as vapier
More... over 11 years ago
scanelf: if people use -g twice, switch to case insensitive regexes #433425
Mike Frysinger
as vapier
More... over 11 years ago
lddtree: check for correct abi types before showing a match #364079 by Marc-Antoine Perennou
Mike Frysinger
as vapier
More... over 11 years ago
scanelf: add warnings when we cannot open an elf #427640 by Anthony Basile
Mike Frysinger
as vapier
More... almost 12 years ago
drop invalid checking when looking up section headers -- e_shentsize applies to the section header struct itself, not the data region that it points to (sh_offset). further, we only care about the sections name here, not the stuff it points to. this fixes a bug where the last section in the ELF which happens to be smaller than e_shentsize cannot be looked up.
Mike Frysinger
as vapier
More... about 12 years ago
when looking for symbol sections, ignore ones labeled NOBITS as that means they dont have any actual data (like in split debug files) #411023 by Mark
Mike Frysinger
as vapier
More... about 12 years ago
only append a slash if there isnt one already #404003 by Slawomir Nizio
Mike Frysinger
as vapier
More... about 12 years ago
drop EI_PAX setting when modifying pax flags #411919
Mike Frysinger
as vapier
More... about 12 years ago
update freebsd/fedora info
Mike Frysinger
as vapier
More... over 12 years ago
simplify install/dist targets a bit
Mike Frysinger
as vapier
More... over 12 years ago
if O_CLOEXEC is not defined, set it to 0
Mike Frysinger
as vapier
More... over 12 years ago
allow people to control install paths via `make`
Mike Frysinger
as vapier
More... over 12 years ago
document new --use-ldpath/--root options
Mike Frysinger
as vapier
More... over 12 years ago
fix help output to properly handle non-letter opts all the time
Mike Frysinger
as vapier
More... over 12 years ago
add --use-ldpath option that considers ld.so.conf when outputting full paths for %n
Mike Frysinger
as vapier
More... over 12 years ago
fix `make debug -j` so that it works and doesnt do "all" then "clean"
Mike Frysinger
as vapier
More... over 12 years ago
clarify --ldcache help option
Mike Frysinger
as vapier
More... over 12 years ago
document extended -k/-N/-s syntax
Mike Frysinger
as vapier
More... over 12 years ago
fix typo in symbol description
Mike Frysinger
as vapier
More... over 12 years ago
add a ref to the elf(5) manpage
Mike Frysinger
as vapier
More... over 12 years ago
use warnfp/errp rather than calling strerror(errno) ourselves
Mike Frysinger
as vapier
More... over 12 years ago
support ! negation with the -N (SONAME) operator
Mike Frysinger
as vapier
More... over 12 years ago
optimize fd closing when scanning ELFs to avoid double closing it
Mike Frysinger
as vapier
More... over 12 years ago
fix --header short option typo pointed out by Hans #391885
Mike Frysinger
as vapier
More... over 12 years ago
scanelf: support scanning for strings in ELFs that lack section headers by looking up the string tables via dynamic tags
Mike Frysinger
as vapier
More... over 12 years ago
dumpelf: add support for dumping dynamic tags
Mike Frysinger
as vapier
More... over 12 years ago