Created
April 21, 2019 20:00
-
-
Save ElXreno/7661a8e1a0491ab7e2f244aaa53d6f03 to your computer and use it in GitHub Desktop.
ldd for arm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
readelf -d $1 | grep "\(NEEDED\)" | sed -r "s/.*\[(.*)\]/\1/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment