linux之readelf命令
【摘要】 1、readelf命令解释
readelf命令用来显示一个或者多个elf格式的目标文件的信息
2、ELF文件类型
可重定位文件:用户和其他目标文件一起创建可执行文件或者共享目标文件,例如lib*.a文件。
可执行文件:用于生成进程映像,载入内存...
1、readelf命令解释
readelf命令用来显示一个或者多个elf格式的目标文件的信息
2、ELF文件类型
- 可重定位文件:用户和其他目标文件一起创建可执行文件或者共享目标文件,例如lib*.a文件。
- 可执行文件:用于生成进程映像,载入内存执行,例如编译好的可执行文件a.out。
- 共享目标文件:用于和其他共享目标文件或者可重定位文件一起生成elf目标文件或者和执行文件一起创建进程映像,例如lib*.so文件。
2、一般使用
-
Usage: readelf <option(s)> elf-file(s)
-
Display information about the contents of ELF format files
-
Options are:
-
-a --all Equivalent to: -h -l -S -s -r -d -V -A -I
-
-h --file-header Display the ELF file header
-
-l --program-headers Display the program headers
-
--segments An alias for --program-headers
-
-S --section-headers Display the sections' header
-
--sections An alias for --section-headers
-
-g --section-groups Display the section groups
-
-t --section-details Display
文章来源: chenyu.blog.csdn.net,作者:chen.yu,版权归原作者所有,如需转载,请联系作者。
原文链接:chenyu.blog.csdn.net/article/details/79670610
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)