windows下查看so的函数名

安装Cygwin 环境变量
在shell命令行:
1、nm -D xxx.so
2、readelf -s xxx.so
3、objump -tT xxx.so

image.png

你可能感兴趣的:(windows下查看so的函数名)