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
/
lddtree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
lddtree: add GNU to the LINUX/SYSV/NONE compat set #464380 by cmuelle8
Mike Frysinger
2013-04-07
1
-3
/
+3
*
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
1
-4
/
+4
*
lddtree.py: use option groups for --copy-to-tree flags
Mike Frysinger
2013-04-03
1
-19
/
+23
*
lddtree.py: drop superfluous () around help strings
Mike Frysinger
2013-03-28
1
-14
/
+14
*
lddtree.py: handle the case where `realpath` is not available (like small ini...
Mike Frysinger
2013-03-28
1
-3
/
+8
*
lddtree.py: add documentation/checks on --bindir/--libdir flags
Mike Frysinger
2013-03-28
1
-4
/
+22
*
lddtree.py: use 0o for octal prefix for python3 compat
Mike Frysinger
2013-03-27
1
-3
/
+3
*
lddtree.py: add --copy-non-elfs to simplify copying of lots of files
Mike Frysinger
2013-03-27
1
-2
/
+17
*
lddtree.py: use glob.iglob, and warn when no paths were matched
Mike Frysinger
2013-03-27
1
-3
/
+12
*
lddtree.py: support globs on the command line
Mike Frysinger
2013-03-27
1
-12
/
+16
*
lddtree.py: add --bindir/--libdir options to support collapsing the outputs d...
Mike Frysinger
2013-03-26
1
-15
/
+36
*
lddtree.py: do not try and wrap static ELFs
Mike Frysinger
2013-03-26
1
-2
/
+7
*
lddtree.py: add a --generate-wrappers option for automatically wrapping execu...
Mike Frysinger
2013-03-26
1
-19
/
+93
*
lddtree.py: when using --root, stop copying files into the output using that ...
Mike Frysinger
2013-03-25
1
-7
/
+30
*
lddtree.py: fix help text w/--root option
Mike Frysinger
2013-03-24
1
-3
/
+3
*
lddtree.py: have main() process all args given it rather than worrying about ...
Mike Frysinger
2013-03-24
1
-5
/
+3
*
lddtree.py: convert from tabs to two space indents to keep pylint happy, and ...
Mike Frysinger
2013-03-23
1
-390
/
+391
*
lddtree.py: relicense to BSD-3 to make Debian licensecheck.pl stfu
Mike Frysinger
2013-03-21
1
-3
/
+3
*
lddtree.py: fix a few random pylint warnings
Mike Frysinger
2013-03-21
1
-6
/
+6
*
lddtree.py: get it working under python-3 #452178
Mike Frysinger
2013-03-21
1
-8
/
+13
*
lddtree.py: leverage the rpaths from the main executable to better locate lib...
Mike Frysinger
2013-01-05
1
-3
/
+15
*
lddtree.py: fix typo found by pyflakes
Mike Frysinger
2012-12-14
1
-3
/
+3
*
lddtree.py: even simpler CompatibleELFs by David James
Mike Frysinger
2012-11-26
1
-19
/
+10
*
lddtree.py: simplify osabi compat logic a bit with suggestion from David James
Mike Frysinger
2012-11-24
1
-5
/
+4
*
lddtree.py: simplify ldpath uniqification with algo by David James
Mike Frysinger
2012-11-24
1
-12
/
+12
*
lddtree.py: handle $ORIGIN in the middle of paths as pointed out by David James
Mike Frysinger
2012-11-24
1
-5
/
+7
*
lddtree.py: fix indentation in previous commit
Mike Frysinger
2012-11-17
1
-4
/
+4
*
lddtree.py: clear _all_libs state at initial state to avoid recursive state m...
Mike Frysinger
2012-11-16
1
-2
/
+4
*
lddtree.py: warn if opening ld.so.conf fails (ignoring missing files)
Mike Frysinger
2012-11-15
1
-4
/
+6
*
lddtree: implement $ORIGIN support
Mike Frysinger
2012-11-15
1
-6
/
+8
*
lddtree.py: add root to displayed interp path
Mike Frysinger
2012-11-15
1
-4
/
+5
*
lddtree.py: avoid shadowing global "file"
Mike Frysinger
2012-11-15
1
-27
/
+28
*
lddtree.py: break ldpath setup out so other modules can use it, fix set handl...
Mike Frysinger
2012-11-15
1
-25
/
+42
*
lddtree.py: add a --copy-to-tree option so people can quickly copy ELFs and t...
Mike Frysinger
2012-11-13
1
-43
/
+100
*
lddtree.py: fix option rename
Mike Frysinger
2012-11-13
1
-5
/
+5
*
lddtree: add a --list option so scripts can parse the output easily
Mike Frysinger
2012-11-13
1
-5
/
+18
*
lddtree.py: add a --version flag
Mike Frysinger
2012-11-12
1
-1
/
+10
*
lddtree.py: initial version of lddtree in python using pyelftools
Mike Frysinger
2012-11-12
1
-0
/
+354