读取so导出符号

Linux:

nm -D test.so
objdump -tT test.so

 

Android:
readelf --dyn-syms test.so

posted @ 2023-10-19 15:49  george_cw  阅读(64)  评论(0编辑  收藏  举报