博客
关于我
查找elf文件中的符号表
阅读量:604 次
发布时间:2019-03-12

本文共 98 字,大约阅读时间需要 1 分钟。

方法一:readelf

访问elf文件所在目录,执行“readelf -a 文件名”即可查看elf文件的内容。

-a选项表示显示所有信息。

在最后面就是elf里面的符号表。

方法二:objdump

转载地址:http://hplxz.baihongyu.com/

你可能感兴趣的文章
nginx开机启动脚本
查看>>
nginx异常:the “ssl“ parameter requires ngx_http_ssl_module in /usr/local/nginx/conf
查看>>
nginx总结及使用Docker创建nginx教程
查看>>
nginx报错:the “ssl“ parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:128
查看>>
nginx报错:the “ssl“ parameter requires ngx_http_ssl_module in usrlocalnginxconfnginx.conf128
查看>>
Nginx搭建RTMP服务器+FFmpeg实现海康威视摄像头预览
查看>>