aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make sure REL is an offset inside the symtab before using and create a func t...Mike Frysinger2005-06-081-30/+39
* add support by kev quinn for showing textrelsMike Frysinger2005-06-081-35/+152
* fix runpath parsing in quiet modeMike Frysinger2005-06-061-8/+13
* fix warning in printfMike Frysinger2005-06-051-3/+3
* - Lets rename *stack* to phdr as the scope of the function has changed quite ...Ned Ludd2005-06-041-20/+20
* add support for scanning for symbols (-N)Mike Frysinger2005-06-041-15/+40
* add support for checking if the PT_LOAD program header is +wxMike Frysinger2005-06-041-16/+31
* add support for silent tests via # instead of %Mike Frysinger2005-06-031-18/+40
* fix warnings about signed compares and add support for parsing RPATH in silen...Mike Frysinger2005-06-031-13/+23
* - make scanelf/pspax happy with -Wwrite-stringsNed Ludd2005-06-031-8/+8
* fall back to runtime section headers if the debug ones have been strippedMike Frysinger2005-06-031-2/+8
* add support for mangling of the matched filename (%p->strip search path %f->j...Mike Frysinger2005-06-011-6/+36
* add generic bswap macros and macro the stdout stuff so OS X buildsMike Frysinger2005-05-301-3/+3
* - make parseargs checks for already alloced buffers simpler. fixed typo in -s...Ned Ludd2005-05-291-14/+8
* - added initial inconsistent state detection for pax flags. update some of th...Ned Ludd2005-05-291-4/+3
* add some more checks to make sure people dont double specify options and make...Mike Frysinger2005-05-291-2/+8
* - make scanelf display the PT_PAX_FLAGS if they exist and fall back on EI_PAX...Ned Ludd2005-05-281-10/+46
* fixes for FreeBSDMike Frysinger2005-05-271-6/+12
* make sure we use EGET() when accessing elf membersMike Frysinger2005-05-251-3/+3
* make sure -F disables -b tooMike Frysinger2005-05-241-3/+4
* - update manpages and code. Release 0.0.8v0.0.8Ned Ludd2005-05-211-7/+10
* only fstat when we need toMike Frysinger2005-05-211-4/+3
* make sure we dont try to read a symlink to a directory as an ELFMike Frysinger2005-05-191-3/+7
* be quieterMike Frysinger2005-05-181-20/+10
* - update formating for stk/rel and updated the manpageNed Ludd2005-05-181-3/+3
* - remove high chars. sorry spanky but everybody hates these.Ned Ludd2005-05-181-5/+5
* dont try to parse program headers if none existMike Frysinger2005-05-181-2/+3
* add BIND to all outputMike Frysinger2005-05-181-3/+4
* add support for scanning bind/lazy info, fix a few cases where bad ELFs would...Mike Frysinger2005-05-181-24/+74
* cache /etc/ld.so.conf so we can check it while scanning rpathMike Frysinger2005-05-181-44/+83
* style tweakMike Frysinger2005-05-181-3/+4
* update the help outputMike Frysinger2005-05-161-12/+7
* - add option to read from streamsNed Ludd2005-05-141-6/+51
* make sure we verify pointers before using them and use variables with larger ...Mike Frysinger2005-05-101-18/+40
* err we need the buffer to be a real string since we use it later in strcatMike Frysinger2005-05-061-4/+4
* use memcpy so we only overwrite the correct # of bytesMike Frysinger2005-05-061-3/+3
* buffer output so quiet + format worksMike Frysinger2005-05-061-132/+196
* - update README and manpage for new options.Ned Ludd2005-04-211-5/+5
* break scanelf_file() up into smaller functions to easily support custom --for...Mike Frysinger2005-04-201-184/+305
* add support for displaying an ELFs interp sectionMike Frysinger2005-04-191-6/+31
* add a -y option to handle whether we scan symlinked filesMike Frysinger2005-04-161-7/+13
* move common warn/warnf/err macros to paxelf.hMike Frysinger2005-04-151-14/+3
* - getting ready to cut 0.0.6v0.0.6Ned Ludd2005-04-141-4/+4
* - vapier draws funny pictures http://dev.gentoo.org/~vapier/getenv-howto.pngNed Ludd2005-04-121-5/+5
* - free orig pointer locations and not ptr that has been incremented. Use puts...Ned Ludd2005-04-101-9/+15
* merge some fixes from tigger and add support for dumping DT_NEEDED informationMike Frysinger2005-04-071-27/+86
* - just use 1 libc call to fill bufNed Ludd2005-04-061-6/+4
* - add a malloc checkNed Ludd2005-04-051-3/+6
* fix quiet output with symbol scanningMike Frysinger2005-04-051-7/+10
* - refine symbol formattingNed Ludd2005-04-051-13/+23