aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trim spurious periodsv0.2.1Mike Frysinger2010-02-141-14/+14
* run tests too when doing distMike Frysinger2010-02-141-4/+5
* tweak debug/dist targets to avoid warningsMike Frysinger2010-02-141-3/+5
* fix up man page display a bitMike Frysinger2010-02-142-1/+7
* add an arm attributes todoMike Frysinger2010-02-141-0/+4
* include filename in test outputMike Frysinger2010-02-142-2/+2
* start some scanelf testsMike Frysinger2010-02-146-26/+69
* make sure we initialize new string memoryMike Frysinger2010-02-131-3/+7
* use %zu for size_t instead of casting to random long typesMike Frysinger2010-02-131-4/+4
* switch from getopt program to getopts shell builtinMike Frysinger2010-02-092-23/+15
* filter .cvsignore files from dist tooMike Frysinger2010-01-151-2/+2
* ignore generated man pagesMike Frysinger2010-01-151-0/+1
* alignment issues are fixed nowv0.2Mike Frysinger2010-01-151-12/+0
* make sure the maps we scan are aligned when needed (which often does not happ...Mike Frysinger2010-01-153-3/+29
* check return value of lseek for errorsMike Frysinger2010-01-151-4/+7
* unify elf->{ehdr,data} storage with a unionMike Frysinger2010-01-152-5/+3
* touchup a few more ->data void points and castsMike Frysinger2010-01-155-26/+25
* convert core pointers to void* to avoid ugly casts and gcc alignment warnings...Mike Frysinger2010-01-155-33/+35
* use --skip-validation to work with newer xmlto packagesMike Frysinger2010-01-051-1/+1
* update scanmacho manpage, applying the same changes as for the scanelf manpageFabian Groffen2009-12-211-20/+28
* improve option documentationMike Frysinger2009-12-211-36/+48
* fix typos in pspax optionsMike Frysinger2009-12-211-2/+2
* suggest people use bugzilla for bug reportsMike Frysinger2009-12-211-2/+4
* align manpage with --help output for changed -a optionFabian Groffen2009-12-201-1/+1
* introduce gaps to create groupings of options, like scanelf doesFabian Groffen2009-12-201-4/+4
* use cooler shorter cvs URLMike Frysinger2009-12-201-1/+1
* shadow commit for description of -a option for scanelfFabian Groffen2009-12-201-3/+3
* tweak -a description #236540Mike Frysinger2009-12-201-3/+3
* split out, simplify, and document the extended version matching codeMike Frysinger2009-12-032-129/+175
* todo: handle versioned symbols betterMike Frysinger2009-12-031-0/+6
* dont need strndup code anymoreMike Frysinger2009-12-032-29/+2
* first cut at displaying a tree of which libraries satisfy which undefined sym...Mike Frysinger2009-12-011-0/+100
* extend symbol lookup syntax to allow matching of symbols based on more fieldsMike Frysinger2009-12-012-53/+120
* unify some of the scanelf symtabs code pathsMike Frysinger2009-12-011-19/+22
* ignore gdb filesMike Frysinger2009-12-011-0/+3
* cache rpath/ldso lookups when possible to speed things upMike Frysinger2009-12-011-2/+14
* allow lddtree to be sourced by other scripts to share common funcsMike Frysinger2009-12-011-22/+26
* allow xstrcat to start off with a NULL destinationMike Frysinger2009-12-011-2/+2
* add SHT decoding and tweak undefined strings to not use spacesMike Frysinger2009-12-012-7/+26
* cleanup the eabi checksMike Frysinger2009-12-011-23/+21
* constify all the elf pairsMike Frysinger2009-12-011-2/+2
* split st_type and st_bind lookup functionsMike Frysinger2009-12-012-4/+14
* avoid using reserved keyword "bool"Mike Frysinger2009-12-011-8/+8
* allow pax-utils to detect endianness on HP-UX, patch by Michael HaubenwallnerFabian Groffen2009-10-251-2/+2
* A little protection against invalid files. This needs more work to beFabian Groffen2009-10-251-8/+19
* fixup warning about caps code -- caps_free() does not take a constMike Frysinger2009-03-151-5/+5
* cleanup install targets a littleMike Frysinger2009-03-151-8/+10
* cleanup lookup_cache_lib() and return first match, not last #258090Mike Frysinger2009-03-151-20/+32
* fix dragonfly define check and tweak whitespace in scanelf_ldpathMike Frysinger2009-03-151-5/+5
* trick gcc into not warning about write() when outputting the banner -- we don...Mike Frysinger2009-03-152-6/+6