Skip to content

Instantly share code, notes, and snippets.

@etaf
Created January 21, 2020 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etaf/ded1677a5de694c351e2ef527fbdbad2 to your computer and use it in GitHub Desktop.
Save etaf/ded1677a5de694c351e2ef527fbdbad2 to your computer and use it in GitHub Desktop.
read dynamic symbol table
arm-linux-androideabi-readelf --dyn-syms -W mylib.so
# -W: --wide , allow output width to execeed 80 chars.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment