haampie / libtree

ldd as a tree
MIT License
2.63k stars 60 forks source link

Feature request: show size info #85

Closed laoshaw closed 3 months ago

laoshaw commented 1 year ago

can libtree show all libraries it depends on with size info, and a summary of all those sizes? very useful for embedded system where storage space is very important.

haampie commented 3 months ago

I think it's easier to use ldd ... | ... | xargs du ... for that.