Skip to content
forked from ncopa/lddtree

Fork of pax-utils' lddtree.sh

Notifications You must be signed in to change notification settings

kkpan11/lddtree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lddtree

Fork of pax-utils' 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 found

lddtree.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

About

Fork of pax-utils' lddtree.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.2%
  • Makefile 4.8%