Skip to content

Instantly share code, notes, and snippets.

@myamamic
Created December 17, 2012 11:05
Show Gist options
  • Select an option

  • Save myamamic/4317473 to your computer and use it in GitHub Desktop.

Select an option

Save myamamic/4317473 to your computer and use it in GitHub Desktop.
[Android][Tips] androidで、ダイナミックリンクしているライブラリを調べる
* androidで、ダイナミックリンクしているライブラリを調べるには、lddの代わりにreadelfを使う。
rm-eabi-readelf -d libfoo.so
[参考]
http://stackoverflow.com/questions/1043257/installing-a-prebuilt-binary-on-android-not-found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment