如何查看linux动态库中包含哪些函数

2025-04-28 13:03:02
推荐回答(1个)
回答1:

1、方法1

nm *.so

2、方法2

readelf -a *.so

PS:readelf

Options are:
-a --all Equivalent to: -h -l -S -s -r -d -V -A -I
-h --file-header Display the ELF file header