linux :查看so文件的函数列表

  1. nm -D XXX.so
  2. objdump -tT  XXX.so
  3. readelf -s XXX.so                ----如果函数名较长的话,会被截断

你可能感兴趣的:(linux,知识,linux)