aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - mainly whitespace updatesNed Ludd2008-01-171-8/+2
* - fix for when we are scanning BE Elf files from a LE system and vs versa.Ned Ludd2007-08-311-4/+4
* residual xfunc changeover: dont check return value of xmalloc()Mike Frysinger2007-08-251-17/+15
* split xfuncs off into a sep file for all utils to use, cleanup misc things, a...Mike Frysinger2007-08-201-64/+23
* as pointed out by swegner, dont scan PHDRs that dont actually have a filesize...Mike Frysinger2007-08-181-7/+7
* add missing void into empty function definitionsMike Frysinger2007-08-121-6/+6
* - show endian in -a display and be sure to exclude *macho* files from normal ...Ned Ludd2007-06-291-3/+3
* - make -M take symbolic names in addition to numerical valuesNed Ludd2007-06-291-2/+8
* - add endian scanning supportNed Ludd2007-06-291-6/+15
* - Print only ELF files with matching specified octal bits (like 755)Ned Ludd2007-06-091-5/+35
* - update copyright headersNed Ludd2007-06-091-4/+4
* - update copyright headersNed Ludd2007-05-231-3/+3
* - display U for undefined symbols and D for defined symbols when using scanel...Ned Ludd2007-05-201-4/+5
* - make things a tad more portable to sparc and darwinNed Ludd2007-04-081-7/+7
* typoNed Ludd2007-01-181-3/+4
* - added regexp symbol matching using existing gmatch optionNed Ludd2007-01-181-4/+31
* move format/elf documentation out of usage() and into docbookMike Frysinger2007-01-181-18/+3
* fix whitespace in which() and remove unneeded memset()Mike Frysinger2007-01-091-13/+10
* add support for %M to display ECLASSMike Frysinger2007-01-091-2/+5
* - dont call objdump without first making sure it exists.Ned Ludd2007-01-091-4/+32
* generally improve textrel outputMike Frysinger2007-01-091-8/+16
* fix warnings on 32bit hostMike Frysinger2007-01-081-3/+5
* add support for running objdump when using -T -v to get automatic host disass...Mike Frysinger2007-01-081-2/+18
* add support for displaying em_machine via %a format flagMike Frysinger2006-12-111-3/+6
* move/rename do_state macro to a more appropriate placeMike Frysinger2006-12-111-18/+16
* - initial start of making scanelf return code mean somethingNed Ludd2006-12-031-22/+28
* - just a little whitespace cleanupNed Ludd2006-12-011-3/+3
* just whitespaceMike Frysinger2006-11-281-5/+5
* pass the stat struct down to scanelf_file() from scanelf_dir() so we dont run...Mike Frysinger2006-11-281-18/+15
* Ludwig Nussel wrote: SuSE Linux includes /etc/ld.so.conf.d/*.conf by default ...Ned Ludd2006-11-231-4/+3
* dont output when scanning bind info on static elfs #153286Mike Frysinger2006-10-291-3/+4
* make sure we check QA_EXECSTACKS when .o objects are missing .note.GNU-stack ...v0.1.14Mike Frysinger2006-08-251-2/+4
* eat whitespaceMike Frysinger2006-08-251-6/+6
* fix handling of defined/undefined versioned symbolsMike Frysinger2006-06-111-4/+7
* move utility funcs back to the bottom where they belongMike Frysinger2006-06-111-70/+72
* - add work arounds for NetBSDNed Ludd2006-06-031-3/+29
* - make sure we really want to read from stdinv0.1.13Ned Ludd2006-05-171-3/+3
* cleanup style, touchup new QA envvar code, and be better about cleaning up af...Mike Frysinger2006-05-141-41/+65
* Fix segfault when envvars have no tokens (noted by SpanKY)Kevin F. Quinn2006-05-141-3/+3
* touchup styleMike Frysinger2006-05-141-10/+13
* use a new ARRAY_SIZE() macro for calculating the # of elements in a static arrayMike Frysinger2006-05-141-7/+7
* cut down on the arch-specific ifdef cruftMike Frysinger2006-05-141-13/+22
* move porting-specific stuff to porting.hMike Frysinger2006-05-141-8/+2
* SET_STDOUT isnt neededMike Frysinger2006-05-141-5/+3
* Add QA_WX_LOAD for filtering W|X PT_LOAD headers - bug #131779Kevin F. Quinn2006-05-141-5/+9
* - 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