aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* scanelf: handle corrupted hash chains that have infinite loopsMike Frysinger2015-02-241-3/+11
* 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-221-4/+4
* 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
* scanelf: add a note in the rpath warning when we fix the ELF automatically #3...v0.9.2Mike Frysinger2014-11-201-2/+4
* scanelf: make sure to clear the symtab inputs when the section does not match...Mike Frysinger2014-11-051-2/+4
* scanelf: do not use debug syms with runtime strings or vice versaMike Frysinger2014-10-191-11/+23
* add support for symbol visibilityMike Frysinger2014-06-181-17/+32
* 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
* 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-201-14/+9
* scanelf: fix comment in middle of defineMike Frysinger2014-01-111-6/+6
* scanelf: flag object files that have a +x stack (even if it is -w) since its ...Mike Frysinger2013-08-141-3/+7
* 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
* scanelf: auto-align help outputMike Frysinger2013-04-081-5/+19
* scanelf: put the opendir() warning at the same verbose level as open() warningMike Frysinger2013-04-021-3/+4
* scanelf: add support for multiple quiet levels and fix the wrap around behavi...Mike Frysinger2013-04-021-4/+4
* update ldconfig flagsMike Frysinger2012-11-301-2/+6
* scanelf/pspax: drop PT_LOAD counts since more than "normal" is not a bug and ...Mike Frysinger2012-11-181-7/+2
* scanelf: use PT_INTERP if .interp could not be foundMike Frysinger2012-11-101-2/+19
* skip freeing of memory at exit since the kernel takes care of that for usv0.5Mike Frysinger2012-11-041-2/+5
* scanelf: pre-compile all the regexes up front rather than everytime we try to...Mike Frysinger2012-11-041-28/+47
* scanelf: convert -s parsing to arrays and allow multiple -s optionsMike Frysinger2012-11-041-23/+17
* update copyright yearsMike Frysinger2012-11-041-5/+5
* scanelf: if people use -g twice, switch to case insensitive regexes #433425Mike Frysinger2012-11-041-12/+12
* scanelf: add warnings when we cannot open an elf #427640 by Anthony BasileMike Frysinger2012-08-041-3/+8
* when looking for symbol sections, ignore ones labeled NOBITS as that means th...Mike Frysinger2012-04-291-10/+26
* only append a slash if there isnt one already #404003 by Slawomir NizioMike Frysinger2012-04-291-3/+4
* drop EI_PAX setting when modifying pax flags #411919Mike Frysinger2012-04-281-12/+8
* fix help output to properly handle non-letter opts all the timeMike Frysinger2012-01-251-10/+16
* add --use-ldpath option that considers ld.so.conf when outputting full paths ...v0.3.0Mike Frysinger2012-01-231-38/+69
* clarify --ldcache help optionMike Frysinger2012-01-231-3/+3
* fix typo in symbol descriptionMike Frysinger2011-12-211-3/+3
* use warnfp/errp rather than calling strerror(errno) ourselvesMike Frysinger2011-12-211-4/+4
* support ! negation with the -N (SONAME) operatorMike Frysinger2011-12-211-4/+8
* optimize fd closing when scanning ELFs to avoid double closing itMike Frysinger2011-12-131-7/+13
* scanelf: support scanning for strings in ELFs that lack section headers by lo...Mike Frysinger2011-10-131-8/+99
* fix off-by-one logic when adding strings to arraysMike Frysinger2011-10-031-6/+6
* redo root support to use *at funcs and avoid memory operations where possibleMike Frysinger2011-09-271-64/+111
* simplify rcsid a littleMike Frysinger2011-09-271-2/+2
* convert fgets() to getline(), and simplify which() to avoid memory allocationMike Frysinger2011-09-271-24/+29
* remove useless duplicate prototypesMike Frysinger2011-09-271-16/+2
* simplify match_etype logicMike Frysinger2011-09-271-5/+5
* convert ldpaths over to new array code to make it easier to maintainMike Frysinger2011-09-271-40/+29
* allow people to search for multiple libraries (-N) or data sections (-k)Mike Frysinger2011-09-271-18/+51