aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pspax: fix signed compare warning gcc throws upMike Frysinger2013-04-101-9/+11
* add a new check_gcc_many to check a bunch of flags at once, and add new asan ...Mike Frysinger2013-04-101-8/+14
* fix typo in call -- check_gcc vs check-gccMike Frysinger2013-04-101-7/+7
* scanelf: auto-align help outputMike Frysinger2013-04-081-5/+19
* symtree: make it work with either lddtree implementationv0.7Mike Frysinger2013-04-071-4/+6
* tests: more flexible parallel build logicMike Frysinger2013-04-071-11/+7
* ignore testing test python filesMike Frysinger2013-04-071-1/+4
* add some lddtree testsMike Frysinger2013-04-076-0/+51
* lddtree: add GNU to the LINUX/SYSV/NONE compat set #464380 by cmuelle8Mike Frysinger2013-04-072-8/+9
* lddtree.sh: add --no-auto-root behavior to match lddtree.pyMike Frysinger2013-04-051-16/+27