lddtree icon indicating copy to clipboard operation
lddtree copied to clipboard

Fork of pax-utils' lddtree.sh

Results 2 lddtree issues
Sort by recently updated
recently updated
newest added

The code was not early returning after finding the correct elf along LD_LIBRARY_PATH, which resulted in incorrect libraries being returned, particularly if there was an alternate lib in the default...

https://github.com/ncopa/lddtree/blob/318c40861222540c624f010e2c16824f0c94ca3c/lddtree.sh#L201 I understand this is a "let's see if we're dealing with a directory" approach but it's not really elegant that that generates error output if we're not: ``` lddtree.sh...