aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* paxelf: reject ELFs with incomplete Ehdr structuresMike Frysinger2024-01-251-0/+5
* fix various typos found w/codespellMike Frysinger2024-01-151-1/+1
* update copyright headersMike Frysinger2024-01-011-2/+2
* Undo IWYU fixesSam James2023-01-291-14/+0
* *: IWYU fixes deuxSam James2023-01-291-0/+1
* *: IWYU fixesSam James2023-01-281-0/+13
* paxelf: add LoongArch to recognized ELF machine typesWANG Xuerui2022-03-241-0/+1
* Add RISC-V to the list of architectures in ELFGöktürk Yüksek2020-04-061-0/+1
* paxelf: constify elfobj pointersMike Frysinger2018-06-071-2/+2
* paxelf: constify elfobj pointer in helpersMike Frysinger2018-06-071-10/+10
* paxelf: constify misc pointersMike Frysinger2018-06-071-4/+4
* paxelf: constify elf_findsecbynameMike Frysinger2018-06-071-4/+4
* 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