可執行與可鏈接格式
Sign in to saveAlso known as ELF, Extensible and Linking Format, Elfishi, Executable & Linking Format
standard file format for executables, object code, shared libraries, and core dumps
Described at
Link to a page describing this subject · 40,000 chars · not written by Vinony
Wikidata facts
- Image
- Elf-layout--en.svg
Show 5 more facts
- file extension
- so
- Stack Exchange tag
- reverseengineering.stackexchange.com/tags/elf
- described at URL
- raw.githubusercontent.com/wader/fq/master/format/elf/elf.go
- file format identification pattern
- 7F454C46
- Commons category
- Executable and Linkable Format
Sources (1)
via Wikidata · CC0
Article · 中文
可执行与可链接格式 (英語:Executable and Linkable Format,缩写 ELF,此前的写法是 Extensible Linking Format),常被称为 ELF格式,在计算中,是一种用于可执行文件、目标代码、共享库和核心转储(core dump)的标准文件格式。首次发布于一个名为 (SVR4)的 Unix 操作系统版本中关于应用二进制接口(ABI)的规范中,并且此后不久发布于工具接口标准(Tool Interface Standard),随后很快被不同 Unix 发行商所接受。1999 年,这种格式被 项目选为 x86 架构处理器上的 Unix 和 类 Unix 系统的标准二进制文件格式。 按照设计,ELF 格式灵活性高、可扩展,并且跨平台。比如它支持不同的字节序和地址范围,所以它不会不兼容某一特别的 CPU 或指令架构。这也使得 ELF 格式能够被运行于众多不同平台的各种操作系统所广泛采纳。
Abstract from DBpedia / Wikipedia · CC BY-SA