ELF格式类型
可执行文件在Linux中格式为ELF文件,Executable Linkable Format,在Windows下为PE-COFF文件,Portable Executable Common File Format
- 可执行文件,即Executable File
- 动态链接库
.so,即Shared Object File - 目标文件
.o或静态链接库.a,即可重定位文件 Relocatable File - 核心转储文件Core Dump File
image.png
可执行文件在Linux中格式为ELF文件,Executable Linkable Format,在Windows下为PE-COFF文件,Portable Executable Common File Format
.so,即Shared Object File.o或静态链接库.a,即可重定位文件 Relocatable File
image.png
本文标题:ELF文件
本文链接:https://www.haomeiwen.com/subject/csrpextx.html
网友评论