GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/pax-utils.git
master
ELF related utils for ELF 32/64 binaries that can check files for security relevant properties
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paxelf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix various typos found w/codespell
Mike Frysinger
2024-01-15
1
-1
/
+1
*
update copyright headers
Mike Frysinger
2024-01-01
1
-2
/
+2
*
Undo IWYU fixes
Sam James
2023-01-29
1
-14
/
+0
*
*: IWYU fixes deux
Sam James
2023-01-29
1
-0
/
+1
*
*: IWYU fixes
Sam James
2023-01-28
1
-0
/
+13
*
paxelf: add LoongArch to recognized ELF machine types
WANG Xuerui
2022-03-24
1
-0
/
+1
*
Add RISC-V to the list of architectures in ELF
Göktürk Yüksek
2020-04-06
1
-0
/
+1
*
paxelf: constify elfobj pointers
Mike Frysinger
2018-06-07
1
-2
/
+2
*
paxelf: constify elfobj pointer in helpers
Mike Frysinger
2018-06-07
1
-10
/
+10
*
paxelf: constify misc pointers
Mike Frysinger
2018-06-07
1
-4
/
+4
*
paxelf: constify elf_findsecbyname
Mike Frysinger
2018-06-07
1
-4
/
+4
*
paxelf: constify pax_short_* helpers
Mike Frysinger
2017-03-03
1
-3
/
+3
*
dumpelf: add support for dumping notes
Mike Frysinger
2016-11-23
1
-0
/
+68
*
paxelf: use fstat instead of stat && open
Mike Frysinger
2016-06-19
1
-6
/
+6
*
paxelf: add a helper for accessing e_flags
Mike Frysinger
2016-01-03
1
-9
/
+13
*
paxelf: switch low level elf helpers to unsigned ints
Mike Frysinger
2016-01-03
1
-15
/
+13
*
avoid using \n with warn macros
Mike Frysinger
2015-08-20
1
-1
/
+1
*
elf.h: sync with glibc
Mike Frysinger
2015-03-10
1
-29
/
+2
*
migrate to git
v1.0
Mike Frysinger
2015-03-02
1
-1
/
+0
*
add support for symbol visibility
Mike Frysinger
2014-06-18
1
-1
/
+14
*
paxelf: add more DT defines
Mike Frysinger
2014-01-11
1
-1
/
+10
*
paxelf: add more entries with latest elf.h
Mike Frysinger
2014-01-11
1
-3
/
+8
*
sync elf.h settings
Mike Frysinger
2012-11-24
1
-21
/
+29
*
scanelf: drop XXX_NUM defines as those are compile-time limites, not actual f...
Mike Frysinger
2012-11-24
1
-3
/
+1
*
scanelf: drop XXX_NUM defines as those are compile-time limites, not actual f...
Mike Frysinger
2012-11-24
1
-7
/
+1
*
scanelf: skip leading OLFOSABI_ when getting the osabi field so we do not ski...
Mike Frysinger
2012-11-24
1
-5
/
+4
*
scanelf/pspax: drop PT_LOAD counts since more than "normal" is not a bug and ...
Mike Frysinger
2012-11-18
1
-19
/
+1
*
update copyright years
Mike Frysinger
2012-11-04
1
-4
/
+4
*
drop invalid checking when looking up section headers -- e_shentsize applies ...
v0.4
Mike Frysinger
2012-04-29
1
-2
/
+1
*
drop EI_PAX setting when modifying pax flags #411919
Mike Frysinger
2012-04-28
1
-51
/
+1
*
make sure the maps we scan are aligned when needed (which often does not happ...
Mike Frysinger
2010-01-15
1
-1
/
+15
*
unify elf->{ehdr,data} storage with a union
Mike Frysinger
2010-01-15
1
-2
/
+1
*
touchup a few more ->data void points and casts
Mike Frysinger
2010-01-15
1
-7
/
+7
*
add SHT decoding and tweak undefined strings to not use spaces
Mike Frysinger
2009-12-01
1
-5
/
+23
*
cleanup the eabi checks
Mike Frysinger
2009-12-01
1
-23
/
+21
*
constify all the elf pairs
Mike Frysinger
2009-12-01
1
-2
/
+2
*
split st_type and st_bind lookup functions
Mike Frysinger
2009-12-01
1
-3
/
+12
*
use xzalloc
Mike Frysinger
2008-12-30
1
-3
/
+2
*
drop MAP_FAILED casts as its a void*
Mike Frysinger
2008-12-30
1
-2
/
+2
*
touchup whitespace style
Mike Frysinger
2008-12-30
1
-4
/
+1
*
drop pointless casts on mmap() return
Mike Frysinger
2008-12-30
1
-2
/
+2
*
- add OSABI/EABI support to scanelf --osabi/--eabi to scanelf. Update elf.h
Ned Ludd
2008-06-17
1
-1
/
+47
*
- mainly whitespace updates
Ned Ludd
2008-01-17
1
-3
/
+1
*
residual xfunc changeover: dont check return value of xmalloc()
Mike Frysinger
2007-08-25
1
-3
/
+1
*
split xfuncs off into a sep file for all utils to use, cleanup misc things, a...
Mike Frysinger
2007-08-20
1
-5
/
+3
*
- add endian scanning support
Ned Ludd
2007-06-29
1
-1
/
+10
*
- update copyright headers
Ned Ludd
2007-06-09
1
-2
/
+2
*
- update copyright headers
Ned Ludd
2007-05-23
1
-3
/
+3
*
add support for displaying em_machine via %a format flag
Mike Frysinger
2006-12-11
1
-3
/
+15
*
tighter etype output
Mike Frysinger
2006-07-30
1
-4
/
+11
[next]