aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* paxelf: switch low level elf helpers to unsigned intsMike Frysinger2016-01-031-3/+3
* scanelf: fix off-by-one shdr validity checkMike Frysinger2015-03-101-1/+1
* migrate to gitv1.0Mike Frysinger2015-03-021-1/+0
* scanelf: check shdrs are valid before using themMike Frysinger2015-02-281-1/+8
* add support for symbol visibilityMike Frysinger2014-06-181-1/+2
* scanelf/pspax: drop PT_LOAD counts since more than "normal" is not a bug and ...Mike Frysinger2012-11-181-2/+1
* update copyright yearsMike Frysinger2012-11-041-4/+4
* drop EI_PAX setting when modifying pax flags #411919Mike Frysinger2012-04-281-2/+1
* make sure the maps we scan are aligned when needed (which often does not happ...Mike Frysinger2010-01-151-1/+2
* unify elf->{ehdr,data} storage with a unionMike Frysinger2010-01-151-3/+2
* touchup a few more ->data void points and castsMike Frysinger2010-01-151-2/+2
* convert core pointers to void* to avoid ugly casts and gcc alignment warnings...Mike Frysinger2010-01-151-2/+3
* add SHT decoding and tweak undefined strings to not use spacesMike Frysinger2009-12-011-2/+3
* split st_type and st_bind lookup functionsMike Frysinger2009-12-011-1/+2
* - add OSABI/EABI support to scanelf --osabi/--eabi to scanelf. Update elf.hNed Ludd2008-06-171-1/+3
* - add endian scanning supportNed Ludd2007-06-291-1/+2
* - update copyright headersNed Ludd2007-05-231-4/+4
* - add missing prototype for 'get_emtype'Ned Ludd2006-12-121-1/+2
* add support for displaying em_machine via %a format flagMike Frysinger2006-12-111-2/+2
* - Make -E take strings vs just numerics. Fixed off by one in ld.so.conf inclu...Ned Ludd2006-02-181-2/+3
* - finished up ei_pax handlingNed Ludd2006-02-171-1/+2
* - print ELF e_types when -h flag is given. Add missing PT_NUM to paxelf.c. Do...Ned Ludd2006-02-051-1/+2
* - add ability to scan files based on etype via new -E option. syntax is -E 1 ...Ned Ludd2006-02-051-1/+2
* cache the end of the buffer so we dont have to compute it all the timeMike Frysinger2006-01-241-2/+2
* refactor code a bit to allow to improve support for archive scanningMike Frysinger2006-01-141-2/+6
* add support for automatically "fixing" insecure runpaths and removing the exe...Mike Frysinger2006-01-101-1/+2
* split the pt_load check out into a sep func for easier managing in the future...Mike Frysinger2006-01-101-1/+2
* update copyright years and unify headers in porting.hMike Frysinger2006-01-051-4/+4
* split common non-elf features into paxinc.[ch]Mike Frysinger2005-10-131-43/+1
* use smaller license headerMike Frysinger2005-09-301-1/+7
* touchup macro expansion to work around a bug in gcc-2Mike Frysinger2005-07-231-3/+5
* import colored warn/err macros from portage-utilsMike Frysinger2005-06-171-3/+8
* add an errf() funcMike Frysinger2005-06-131-3/+5
* tweak version output to include $PVMike Frysinger2005-06-131-1/+5
* add some REL macros and record a cheap base filenameMike Frysinger2005-06-081-1/+6
* remove ESET since nothing uses it and touchup whitespaceMike Frysinger2005-06-061-20/+10
* just sneak the filename in the elfobj structMike Frysinger2005-06-041-2/+2
* add a new get_elfshttype() func, remove unused parameter from get_elfeitype()...Mike Frysinger2005-06-031-2/+3
* - make scanelf display the PT_PAX_FLAGS if they exist and fall back on EI_PAX...Ned Ludd2005-05-281-5/+6
* break out the port-specific stuff into a sep header fileMike Frysinger2005-05-271-49/+2
* - always include elf.h. got rid of supid warning with cap_free in pspax. styl...Ned Ludd2005-05-271-2/+2
* dont need ELF_CLASS anymoreMike Frysinger2005-05-241-5/+1
* use off_t not int for sizeMike Frysinger2005-05-181-2/+2
* remove unused ptr_t typedefMike Frysinger2005-05-181-3/+1
* declare a simple ptr_t type so we can easily do pointer arithMike Frysinger2005-05-101-1/+3
* - add header to paxelf.hv0.0.7Ned Ludd2005-04-281-0/+1
* move common warn/warnf/err macros to paxelf.hMike Frysinger2005-04-151-0/+10
* - EM_ST19 does not appear to be defined on older uclibc/glibc installsNed Ludd2005-04-151-0/+5
* merge some fixes from tigger and add support for dumping DT_NEEDED informationMike Frysinger2005-04-071-5/+1
* add symbol scanning support to scanelfMike Frysinger2005-04-051-0/+2