aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* scanelf: rework interp lookupMike Frysinger2015-02-221-24/+38
* scanelf: add a few more elf->phdr checksMike Frysinger2015-02-221-3/+5
* drop __DATE__ usage as the rcsid provides all the details we care aboutMike Frysinger2015-02-224-15/+15
* fix typos pointed out by Tomasz BuchertMike Frysinger2015-02-223-3/+3
* scanelf: improve shdr string overflow check moreMike Frysinger2015-02-221-6/+5
* scanelf: fix logic error in shdr string overflowMike Frysinger2015-02-211-3/+3
* build with more asan flagsMike Frysinger2015-02-211-2/+4
* scanelf: add a note in the rpath warning when we fix the ELF automatically #3...v0.9.2Mike Frysinger2014-11-201-2/+4
* lddtree.py: if we could not find the lib for copying, issue a warning and ski...Mike Frysinger2014-11-201-2/+5
* lddtree.py: plumb down --debug into ParseLdSoConfMike Frysinger2014-11-201-7/+13
* lddtree.py: adjust style to fix pylint warningsMike Frysinger2014-11-201-67/+68
* scanelf: make sure to clear the symtab inputs when the section does not match...Mike Frysinger2014-11-051-2/+4
* install scripts explicitly #525852v0.9.1Mike Frysinger2014-10-191-3/+5
* integrate python/caps support into autotoolsv0.9Mike Frysinger2014-10-192-10/+19
* add autotools supportMike Frysinger2014-10-198-30/+293
* scanelf: do not use debug syms with runtime strings or vice versaMike Frysinger2014-10-191-11/+23
* lddtree.py: when parsing libs, make sure to pass down the realpath tooMike Frysinger2014-08-011-4/+4
* lddtree.py: drop TODO since we should handle symlinks nowMike Frysinger2014-08-011-4/+2
* enable python by defaultMike Frysinger2014-08-012-3/+3
* lddtree.py: save the original path as well as the full path for symlinksMike Frysinger2014-07-301-19/+30
* lddtree: do symlink resolution on args on the command lineMike Frysinger2014-07-301-7/+25
* lddtree.py: when searching for libs, make sure we resolve symlinks inside the...Mike Frysinger2014-07-301-5/+38
* lddtree.py: update ParseELF arg list after previous commitMike Frysinger2014-07-301-3/+3
* lddtree.py: rework debug handling and add a bit more throughout the processingMike Frysinger2014-07-301-16/+33
* lddtree.py: use basename of argv[0] for warnings as it looks nicerMike Frysinger2014-07-301-3/+3
* lddtree.py: update copyrightMike Frysinger2014-07-301-4/+5
* add support for symbol visibilityMike Frysinger2014-06-184-20/+55
* drop features.h and such from elf.h again as we do not use it and it breaks n...Mike Frysinger2014-04-272-7/+9
* note that which() does not handle PATH="/foo::/bar" correctlyv0.8.1Mike Frysinger2014-03-211-3/+4
* rewrite which() so that it works and does not break $PATHMike Frysinger2014-03-211-19/+60
* lddtree.py: initial prefix support by Benda Xu #488460v0.8Mike Frysinger2014-03-201-9/+17
* lddtree.py: fix styleMike Frysinger2014-03-201-3/+9
* tweak style -- no functional changesMike Frysinger2014-03-201-16/+18
* scanelf: convert -E option to use array_tMike Frysinger2014-03-201-27/+25
* move array_cnt check into array_for_each initMike Frysinger2014-03-202-16/+13
* fix possible memory read errors when walking arraysMike Frysinger2014-03-201-2/+6
* paxelf: add more DT definesMike Frysinger2014-01-111-1/+10
* paxelf: add more entries with latest elf.hMike Frysinger2014-01-111-3/+8
* update elf.hMike Frysinger2014-01-112-130/+473
* scanelf: fix comment in middle of defineMike Frysinger2014-01-111-6/+6
* scanmacho: add support to read LC_RPATH entries from Mach-O filesFabian Groffen2013-12-163-10/+69
* scanelf: flag object files that have a +x stack (even if it is -w) since its ...Mike Frysinger2013-08-141-3/+7
* use 64bit file interfaces even with 32bit processes #471024Mike Frysinger2013-05-231-2/+2
* lddtree.py: add docstring for path in ParseLdPathsMike Frysinger2013-04-231-2/+3
* lddtree.py: add --skip-non-elfs option so you can batch commands like `lddtre...Mike Frysinger2013-04-221-3/+15
* lddtree.py: fix $ORIGIN handling when using --root so the root does not get d...Mike Frysinger2013-04-221-4/+6
* scanmacho: fix up signed warnings with newer gccMike Frysinger2013-04-162-6/+6
* scanelf: use bool rather than char to avoid bogus gcc warning (filed upstream...Mike Frysinger2013-04-161-4/+4
* scanelf: fix more warnings from gcc-4.8Mike Frysinger2013-04-101-8/+8
* ar_next: fix signed warnings from gcc, and clean up memory when closing archivesMike Frysinger2013-04-101-4/+6