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
Commit message (
Expand
)
Author
Age
Files
Lines
*
install scripts explicitly #525852
v0.9.1
Mike Frysinger
2014-10-19
1
-3
/
+5
*
integrate python/caps support into autotools
v0.9
Mike Frysinger
2014-10-19
2
-10
/
+19
*
add autotools support
Mike Frysinger
2014-10-19
8
-30
/
+293
*
scanelf: do not use debug syms with runtime strings or vice versa
Mike Frysinger
2014-10-19
1
-11
/
+23
*
lddtree.py: when parsing libs, make sure to pass down the realpath too
Mike Frysinger
2014-08-01
1
-4
/
+4
*
lddtree.py: drop TODO since we should handle symlinks now
Mike Frysinger
2014-08-01
1
-4
/
+2
*
enable python by default
Mike Frysinger
2014-08-01
2
-3
/
+3
*
lddtree.py: save the original path as well as the full path for symlinks
Mike Frysinger
2014-07-30
1
-19
/
+30
*
lddtree: do symlink resolution on args on the command line
Mike Frysinger
2014-07-30
1
-7
/
+25
*
lddtree.py: when searching for libs, make sure we resolve symlinks inside the...
Mike Frysinger
2014-07-30
1
-5
/
+38
*
lddtree.py: update ParseELF arg list after previous commit
Mike Frysinger
2014-07-30
1
-3
/
+3
*
lddtree.py: rework debug handling and add a bit more throughout the processing
Mike Frysinger
2014-07-30
1
-16
/
+33
*
lddtree.py: use basename of argv[0] for warnings as it looks nicer
Mike Frysinger
2014-07-30
1
-3
/
+3
*
lddtree.py: update copyright
Mike Frysinger
2014-07-30
1
-4
/
+5
*
add support for symbol visibility
Mike Frysinger
2014-06-18
4
-20
/
+55
*
drop features.h and such from elf.h again as we do not use it and it breaks n...
Mike Frysinger
2014-04-27
2
-7
/
+9
*
note that which() does not handle PATH="/foo::/bar" correctly
v0.8.1
Mike Frysinger
2014-03-21
1
-3
/
+4
*
rewrite which() so that it works and does not break $PATH
Mike Frysinger
2014-03-21
1
-19
/
+60
*
lddtree.py: initial prefix support by Benda Xu #488460
v0.8
Mike Frysinger
2014-03-20
1
-9
/
+17
*
lddtree.py: fix style
Mike Frysinger
2014-03-20
1
-3
/
+9
*
tweak style -- no functional changes
Mike Frysinger
2014-03-20
1
-16
/
+18
*
scanelf: convert -E option to use array_t
Mike Frysinger
2014-03-20
1
-27
/
+25
*
move array_cnt check into array_for_each init
Mike Frysinger
2014-03-20
2
-16
/
+13
*
fix possible memory read errors when walking arrays
Mike Frysinger
2014-03-20
1
-2
/
+6
*
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
*
update elf.h
Mike Frysinger
2014-01-11
2
-130
/
+473
*
scanelf: fix comment in middle of define
Mike Frysinger
2014-01-11
1
-6
/
+6
*
scanmacho: add support to read LC_RPATH entries from Mach-O files
Fabian Groffen
2013-12-16
3
-10
/
+69
*
scanelf: flag object files that have a +x stack (even if it is -w) since its ...
Mike Frysinger
2013-08-14
1
-3
/
+7
*
use 64bit file interfaces even with 32bit processes #471024
Mike Frysinger
2013-05-23
1
-2
/
+2
*
lddtree.py: add docstring for path in ParseLdPaths
Mike Frysinger
2013-04-23
1
-2
/
+3
*
lddtree.py: add --skip-non-elfs option so you can batch commands like `lddtre...
Mike Frysinger
2013-04-22
1
-3
/
+15
*
lddtree.py: fix $ORIGIN handling when using --root so the root does not get d...
Mike Frysinger
2013-04-22
1
-4
/
+6
*
scanmacho: fix up signed warnings with newer gcc
Mike Frysinger
2013-04-16
2
-6
/
+6
*
scanelf: use bool rather than char to avoid bogus gcc warning (filed upstream...
Mike Frysinger
2013-04-16
1
-4
/
+4
*
scanelf: fix more warnings from gcc-4.8
Mike Frysinger
2013-04-10
1
-8
/
+8
*
ar_next: fix signed warnings from gcc, and clean up memory when closing archives
Mike Frysinger
2013-04-10
1
-4
/
+6
*
pspax: fix signed compare warning gcc throws up
Mike Frysinger
2013-04-10
1
-9
/
+11
*
add a new check_gcc_many to check a bunch of flags at once, and add new asan ...
Mike Frysinger
2013-04-10
1
-8
/
+14
*
fix typo in call -- check_gcc vs check-gcc
Mike Frysinger
2013-04-10
1
-7
/
+7
*
scanelf: auto-align help output
Mike Frysinger
2013-04-08
1
-5
/
+19
*
symtree: make it work with either lddtree implementation
v0.7
Mike Frysinger
2013-04-07
1
-4
/
+6
*
tests: more flexible parallel build logic
Mike Frysinger
2013-04-07
1
-11
/
+7
*
ignore testing test python files
Mike Frysinger
2013-04-07
1
-1
/
+4
*
add some lddtree tests
Mike Frysinger
2013-04-07
6
-0
/
+51
*
lddtree: add GNU to the LINUX/SYSV/NONE compat set #464380 by cmuelle8
Mike Frysinger
2013-04-07
2
-8
/
+9
*
lddtree.sh: add --no-auto-root behavior to match lddtree.py
Mike Frysinger
2013-04-05
1
-16
/
+27
*
lddtree.py: only auto-prefix paths w/ROOT if the path is absolute
Mike Frysinger
2013-04-05
1
-3
/
+6
*
lddtree: update copyright lines
Mike Frysinger
2013-04-05
2
-8
/
+8
[next]