aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scanelf: improve string table check a bitMike Frysinger2015-12-121-3/+3
* security: leverage namespaces to restrict the runtime a bitMike Frysinger2015-08-201-0/+5
* avoid using \n with warn macrosMike Frysinger2015-08-201-1/+1
* scanelf: fix memory leak with the -s optionMike Frysinger2015-08-181-6/+15
* debug: improve cleanup logicMike Frysinger2015-08-181-27/+26
* scanelf: do not warn about invalid archive entries by defaultv1.0.4Mike Frysinger2015-07-131-1/+1
* scanelf: add paren to quiet new gcc-5 warningv1.0.3Mike Frysinger2015-03-291-1/+1
* scanelf: handle more corrupt elf symbol tablesMike Frysinger2015-03-141-3/+7
* scanelf: fix off-by-one shdr validity checkMike Frysinger2015-03-101-2/+0
* scanelf: respect QA_EXECSTACK for .note.GNU-stack sectionsMike Frysinger2015-03-091-0/+2
* migrate to gitv1.0Mike Frysinger2015-03-021-4/+2
* scanelf: add more range checks to deal with corrupt elfsMike Frysinger2015-02-281-26/+48
* scanelf: check shdrs are valid before using themMike Frysinger2015-02-281-6/+8
* 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