aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - update man page for new optionsv0.1.12Ned Ludd2006-04-251-0/+6
* - code cleanupNed Ludd2006-04-251-40/+40
* - add --nx --wx flags to only display programs with matching memory layoutsNed Ludd2006-04-251-2/+20
* 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
* fail if there are temp filesMike Frysinger2006-04-111-1/+2
* touchup styleMike Frysinger2006-03-311-4/+4
* - non linux hosts dont really need the glob code so invert the ifdefsv0.1.11Ned Ludd2006-03-192-19/+7
* - add invert matching for section headers from spanky for flameeyes. Example:...Ned Ludd2006-03-171-4/+6
* - invert logic for glob64Ned Ludd2006-03-162-6/+5
* 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
* - add support for named processesNed Ludd2006-02-271-4/+15
* - dont try to remove the execbits on a PT_LOAD section when using -XeNed Ludd2006-02-211-3/+3
* - Diego says. no, need to change the glob*64* to glob* instead.. (its by defa...Ned Ludd2006-02-192-3/+11
* - add %k #k to manpagev0.1.10Ned Ludd2006-02-181-0/+1
* - Make -E take strings vs just numerics. Fixed off by one in ld.so.conf inclu...Ned Ludd2006-02-187-25/+47
* - finished up ei_pax handlingNed Ludd2006-02-173-10/+64
* - added the -z/--setpax flags. PT_PAX_FLAGS flags start off with with ---xe- ...Ned Ludd2006-02-171-24/+88
* - add the script for making xml output suitable for inclusion in hardened.gen...Ned Ludd2006-02-171-0/+32
* touchup output for new scan section codeMike Frysinger2006-02-161-4/+4
* - add -k option to manpage and -vh outputNed Ludd2006-02-164-41/+45
* - add -k/--section <arg> flag so we can quickly identify executables that con...Ned Ludd2006-02-162-28/+77
* - add include globbing support for ld.so.conf handling. mainly only useful on...Ned Ludd2006-02-124-15/+60
* dont bother eating spaces anymore as our format string should cover thatMike Frysinger2006-02-111-7/+3
* - go ahead an add NETBSDNed Ludd2006-02-091-2/+19
* - add ELFOSABI_FREEBSD to elf_max_pt_load. Maybe it would be better to set th...Ned Ludd2006-02-091-1/+2
* - × is not printable by all term typesv0.1.9Ned Ludd2006-02-051-2/+2
* - print ELF e_types when -h flag is given. Add missing PT_NUM to paxelf.c. Do...Ned Ludd2006-02-055-8/+38
* - 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-055-9/+52
* - /* within quotes messes up my syntax highlighting */Ned Ludd2006-02-031-6/+6
* fix phdr scanningMike Frysinger2006-02-031-3/+3
* make sure we properly set the fd field so that we can use it in scanelf tests...Mike Frysinger2006-01-291-2/+4
* - update scanelf man page with the 3 new optionsv0.1.8Ned Ludd2006-01-281-1/+11
* - skip multi load scan checks if ehdr->e_type is not ET_DYN or ET_EXEC. Make ...Ned Ludd2006-01-282-5/+7
* - 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
* cache the end of the buffer so we dont have to compute it all the timeMike Frysinger2006-01-242-3/+4
* also handle ELFOSABI_LINUX for pt_loadMike Frysinger2006-01-201-1/+2
* 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