使用readelf工具查看so依赖库

1、macOS 终端输入: brew install binutils 

2、下载android ndk

3、 cd进入  your xxxxxx/android-ndk-r22b/toolchains/aarch64-linux-android-4.9/prebuilt/darwin-x86_64/bin目录

4、终端输入  ./aarch64-linux-android-readelf -d  your so adress

 

posted on 2024-10-18 09:38  斌仔16  阅读(483)  评论(0)    收藏  举报