Initial commit
This commit is contained in:
9
binaries/show_includes.sh
Normal file
9
binaries/show_includes.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
find application -type f -perm /a+x -exec ldd {} \; \
|
||||
| grep so \
|
||||
| sed -e '/^[^\t]/ d' \
|
||||
| sed -e 's/\t//' \
|
||||
| sed -e 's/.*=..//' \
|
||||
| sed -e 's/ (0.*)//' \
|
||||
| sort \
|
||||
| uniq -c \
|
||||
| sort -n
|
||||
Reference in New Issue
Block a user