aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - make sure we scan versioned symbols correctly on unstripped ELF filesNed Ludd2006-05-141-3/+3
* - minor style fixupsNed Ludd2006-05-111-29/+28
* Process QA_TEXTRELS and QA_EXECSTACK, whitespace-separated lists ofKevin F. Quinn2006-05-101-41/+112
* Implement function to lookup into ld-elf.so.hints file on FreeBSD and DragonF...Diego Pettenò2006-04-231-6/+64
* fix detection of defined/undefined symbolsMike Frysinger2006-04-151-4/+4
* only default to grep stdin style when no arguments were given to usMike Frysinger2006-04-111-3/+3
* touchup styleMike Frysinger2006-03-311-4/+4
* - non linux hosts dont really need the glob code so invert the ifdefsv0.1.11Ned Ludd2006-03-191-4/+6
* - add invert matching for section headers from spanky for flameeyes. Example:...Ned Ludd2006-03-171-4/+6
* - invert logic for glob64Ned Ludd2006-03-161-3/+2
* add support for scanning for just defined/undefined symbolsMike Frysinger2006-03-151-5/+21
* declare a few more things constMike Frysinger2006-03-081-5/+5
* - add new + format modifier for verbose output. Auto detect stdin file handlingNed Ludd2006-03-071-14/+27
* - we do not want to display lazy bindings incorrectly on executable files tha...Ned Ludd2006-03-021-3/+5
* - dont try to remove the execbits on a PT_LOAD section when using -XeNed Ludd2006-02-211-3/+3
* - Make -E take strings vs just numerics. Fixed off by one in ld.so.conf inclu...Ned Ludd2006-02-181-15/+18
* - finished up ei_pax handlingNed Ludd2006-02-171-8/+11
* - added the -z/--setpax flags. PT_PAX_FLAGS flags start off with with ---xe- ...Ned Ludd2006-02-171-24/+88
* touchup output for new scan section codeMike Frysinger2006-02-161-4/+4
* - add -k option to manpage and -vh outputNed Ludd2006-02-161-4/+4
* - add -k/--section <arg> flag so we can quickly identify executables that con...Ned Ludd2006-02-161-27/+64
* - add include globbing support for ld.so.conf handling. mainly only useful on...Ned Ludd2006-02-121-10/+43
* dont bother eating spaces anymore as our format string should cover thatMike Frysinger2006-02-111-7/+3
* - print ELF e_types when -h flag is given. Add missing PT_NUM to paxelf.c. Do...Ned Ludd2006-02-051-2/+5
* - add ability to scan files based on bits via new -M option. syntax is -M 32 ...Ned Ludd2006-02-051-11/+24
* - add ability to scan files based on etype via new -E option. syntax is -E 1 ...Ned Ludd2006-02-051-4/+33
* fix phdr scanningMike Frysinger2006-02-031-3/+3
* - skip multi load scan checks if ehdr->e_type is not ET_DYN or ET_EXEC. Make ...Ned Ludd2006-01-281-3/+4
* - reset ldcache to 0 if set to -1 so we dont end up trying to memcmp laterNed Ludd2006-01-281-3/+5
* fix up handling of corrupt symbol tablesMike Frysinger2006-01-241-5/+7
* make first verbose level actually usefulMike Frysinger2006-01-241-5/+5
* make the error messages of invalid options usefulMike Frysinger2006-01-241-5/+5
* previous fix actually broke symbol scanningMike Frysinger2006-01-241-3/+3
* dont crash when scanning for symbols in a busted symbol tableMike Frysinger2006-01-201-3/+7
* cast pointers as void* to get rid of warningsMike Frysinger2006-01-201-3/+3
* ignore invalid symbols in textrel lookup codeMike Frysinger2006-01-201-2/+6
* add some sanity checks to program header scanningMike Frysinger2006-01-191-3/+10
* - dont write to memory when NULL rpaths exists and not using -X/--fixNed Ludd2006-01-181-3/+3
* refactor code a bit to allow to improve support for archive scanningMike Frysinger2006-01-141-32/+60
* initial support for reading archive files (*.a)Mike Frysinger2006-01-131-26/+52
* define and use our own copy of PATH_MAXMike Frysinger2006-01-131-8/+10
* zero out the whole dyn rpath section rather than just changing the tagv0.1.7Mike Frysinger2006-01-111-2/+7
* improve rpath output thanks to Ludwig Nussel and touchup the rpath fixing cod...Mike Frysinger2006-01-111-23/+31
* add support for automatically "fixing" insecure runpaths and removing the exe...Mike Frysinger2006-01-101-6/+50
* make sure we warn about zero length rpaths and that we dont break out of the ...Mike Frysinger2006-01-101-8/+9
* split the pt_load check out into a sep func for easier managing in the future...Mike Frysinger2006-01-101-5/+6
* update copyright years and unify headers in porting.hMike Frysinger2006-01-051-19/+5
* touchup lookup_cache_lib() func a bit by plugging some memleaks, adding some ...v0.1.6Mike Frysinger2005-12-291-14/+36
* - initial function to do ld.so.cache lookups for DT_NEEDED entriesNed Ludd2005-12-281-5/+84
* add support for scanning for multiple symbols at a timeMike Frysinger2005-12-101-15/+38