aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* paxelf: constify pax_short_* helpersMike Frysinger2017-03-031-3/+3
* dumpelf: add support for dumping notesMike Frysinger2016-11-231-0/+68
* paxelf: use fstat instead of stat && openMike Frysinger2016-06-191-6/+6
* paxelf: add a helper for accessing e_flagsMike Frysinger2016-01-031-9/+13
* paxelf: switch low level elf helpers to unsigned intsMike Frysinger2016-01-031-15/+13
* avoid using \n with warn macrosMike Frysinger2015-08-201-1/+1
* elf.h: sync with glibcMike Frysinger2015-03-101-29/+2
* migrate to gitv1.0Mike Frysinger2015-03-021-1/+0
* add support for symbol visibilityMike Frysinger2014-06-181-1/+14
* paxelf: add more DT definesMike Frysinger2014-01-111-1/+10
* paxelf: add more entries with latest elf.hMike Frysinger2014-01-111-3/+8
* sync elf.h settingsMike Frysinger2012-11-241-21/+29
* scanelf: drop XXX_NUM defines as those are compile-time limites, not actual f...Mike Frysinger2012-11-241-3/+1
* scanelf: drop XXX_NUM defines as those are compile-time limites, not actual f...Mike Frysinger2012-11-241-7/+1
* scanelf: skip leading OLFOSABI_ when getting the osabi field so we do not ski...Mike Frysinger2012-11-241-5/+4
* scanelf/pspax: drop PT_LOAD counts since more than "normal" is not a bug and ...Mike Frysinger2012-11-181-19/+1
* update copyright yearsMike Frysinger2012-11-041-4/+4
* drop invalid checking when looking up section headers -- e_shentsize applies ...v0.4Mike Frysinger2012-04-291-2/+1
* drop EI_PAX setting when modifying pax flags #411919Mike Frysinger2012-04-281-51/+1
* make sure the maps we scan are aligned when needed (which often does not happ...Mike Frysinger2010-01-151-1/+15
* unify elf->{ehdr,data} storage with a unionMike Frysinger2010-01-151-2/+1
* touchup a few more ->data void points and castsMike Frysinger2010-01-151-7/+7
* add SHT decoding and tweak undefined strings to not use spacesMike Frysinger2009-12-011-5/+23
* 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-011-3/+12
* use xzallocMike Frysinger2008-12-301-3/+2
* drop MAP_FAILED casts as its a void*Mike Frysinger2008-12-301-2/+2
* touchup whitespace styleMike Frysinger2008-12-301-4/+1
* drop pointless casts on mmap() returnMike Frysinger2008-12-301-2/+2
* - add OSABI/EABI support to scanelf --osabi/--eabi to scanelf. Update elf.hNed Ludd2008-06-171-1/+47
* - mainly whitespace updatesNed Ludd2008-01-171-3/+1
* residual xfunc changeover: dont check return value of xmalloc()Mike Frysinger2007-08-251-3/+1
* split xfuncs off into a sep file for all utils to use, cleanup misc things, a...Mike Frysinger2007-08-201-5/+3
* - add endian scanning supportNed Ludd2007-06-291-1/+10
* - update copyright headersNed Ludd2007-06-091-2/+2
* - update copyright headersNed Ludd2007-05-231-3/+3
* add support for displaying em_machine via %a format flagMike Frysinger2006-12-111-3/+15
* tighter etype outputMike Frysinger2006-07-301-4/+11
* fix whitespace/syntaxMike Frysinger2006-07-301-5/+4
* - sync up 95-110 values for e_machine extentions.Ned Ludd2006-06-101-1/+17
* - Make -E take strings vs just numerics. Fixed off by one in ld.so.conf inclu...Ned Ludd2006-02-181-1/+15
* - finished up ei_pax handlingNed Ludd2006-02-171-1/+51
* - add -k option to manpage and -vh outputNed Ludd2006-02-161-2/+2
* - add -k/--section <arg> flag so we can quickly identify executables that con...Ned Ludd2006-02-161-1/+13
* - go ahead an add NETBSDNed Ludd2006-02-091-2/+19
* - add ELFOSABI_FREEBSD to elf_max_pt_load. Maybe it would be better to set th...Ned Ludd2006-02-091-1/+2
* - print ELF e_types when -h flag is given. Add missing PT_NUM to paxelf.c. Do...Ned Ludd2006-02-051-1/+9
* - add ability to scan files based on etype via new -E option. syntax is -E 1 ...Ned Ludd2006-02-051-3/+9
* make sure we properly set the fd field so that we can use it in scanelf tests...Mike Frysinger2006-01-291-2/+4