查看动态库的函数名

objdump -tT [库名称] | grep [函数名]

nm -Do /lib/x86_64-linux-gnu/*.so|grep sqrt
posted @ 2022-04-16 06:23  MoonXu  阅读(235)  评论(0)    收藏  举报