readelf 简单操作:查看可执行文件依赖库、动态库API信息

查看可执行文件需要依赖的动态库:

readelf -d xxx

查看动态库API接口信息:

readelf -s xx.so

 

    原文作者:weixin_42326724
    原文地址: https://blog.csdn.net/weixin_42326724/article/details/108292529
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞