怎么查看so库文件中的函数

来源:互联网 发布:数控编程cnc 编辑:程序博客网 时间:2024/06/16 11:44

在shell命令行:

1、nm -D xxx.so

2、readelf -s xxx.so

3、objump -tT xxx.so


0 0