Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncopa/lddtree
Fork of pax-utils' lddtree.sh
https://github.com/ncopa/lddtree
Last synced: 15 days ago
JSON representation
Fork of pax-utils' lddtree.sh
- Host: GitHub
- URL: https://github.com/ncopa/lddtree
- Owner: ncopa
- Created: 2014-03-19T10:27:42.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T15:52:00.000Z (8 months ago)
- Last Synced: 2024-10-13T08:24:03.796Z (29 days ago)
- Language: Shell
- Size: 1.22 MB
- Stars: 52
- Watchers: 5
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - ncopa/lddtree - utils' lddtree.sh (HarmonyOS / Windows Manager)
README
lddtree
=======Fork of [pax-utils](https://github.com/gentoo/pax-utils)' [lddtree.sh](https://github.com/gentoo/pax-utils/blob/master/lddtree.sh)
This is a shell version of pax-utils' lddtree. This tool is useful for
resolving elf dependencies when creating initramfs images.Differences from pax-utils' bash version:
* don't use /bin/bash
* resolv symlinks
* fall back to objdump and readelf if scanelf is not foundlddtree.sh depends on scanelf from pax-utils or objdump and readelf from
binutils.```
Usage: lddtree.sh [options] ELFFILE...Options:
-a, --all Show all duplicated dependencies
-h, --help Show this help output
-l, --flat Display output in a flat format
--no-auto-root Do not automatically prefix input ELFs with ROOT
-R, --root ROOT Use this ROOT filesystem tree
-V, --version Show version information
-x, --debug Run with debugging
```