aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drop excessive parenthesisMike Frysinger2008-12-301-4/+4
* fixup const handling in getstr_perms()Mike Frysinger2008-12-301-8/+7
* mark local state vars as static and drop unused onesMike Frysinger2008-12-301-8/+8
* use MAP_FAILED rather than custom constantMike Frysinger2008-12-301-3/+3
* drop pointless casts on mmap() returnMike Frysinger2008-12-301-3/+3
* undo accidential 'fix'Fabian Groffen2008-12-101-3/+6
* Fix manpage, thanks pippingFabian Groffen2008-12-101-6/+3
* Remove the half-assed versioned_symname support.v0.1.19Diego Pettenò2008-11-171-20/+10
* Rewrite symbol matching code in scanelf.Diego Pettenò2008-11-171-15/+32
* Fixing whitespace.v0.1.18Diego Pettenò2008-10-221-3/+3
* Avoid crashes when scanning files with "corrupt symbols".Diego Pettenò2008-10-221-2/+6
* fix by Fabian Groffen to make sure default output format starts off initializ...Mike Frysinger2008-09-291-2/+3
* add a cast to off_t printf to silence warning #236464Mike Frysinger2008-09-291-3/+3
* only issue warnings on missing cache code when targeting an ELF systemMike Frysinger2008-09-291-4/+7
* - add OSABI/EABI support to scanelf --osabi/--eabi to scanelf. Update elf.hNed Ludd2008-06-171-5/+22
* - add -Z/--size optionNed Ludd2008-04-191-6/+14
* - 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