Skip to content

Instantly share code, notes, and snippets.

@ElXreno
Created April 21, 2019 20:00
Show Gist options
  • Save ElXreno/7661a8e1a0491ab7e2f244aaa53d6f03 to your computer and use it in GitHub Desktop.
Save ElXreno/7661a8e1a0491ab7e2f244aaa53d6f03 to your computer and use it in GitHub Desktop.
ldd for arm
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