Skip to content
EntityQ1076355· pop 25· linked from 419 articles

可移植可执行

Sign in to save

Also known as PE, .exe, .dll, .sys, .drv, .ocx, .cpl, .scr

file format

Described at

Link to a page describing this subject · 32,061 chars · not written by Vinony

Wikidata facts

Show 7 more facts
file extension
tsp
Commons category
Portable Executable
media type
application/efi
file format identification pattern
4D5A*50450000
short name
PE
Sources (3)

via Wikidata · CC0

Article · 中文

可移植性可执行文件(英语:Portable Executable,缩写为PE)是一种用于可执行文件、目标文件和动态链接库的文件格式,主要使用在32位和64位的Windows操作系统上。“可移植的”是指该文件格式的通用性,可用于许多种不同的操作系统和体系结构中。PE文件格式封装了Windows操作系统加载可执行程序代码时所必需的一些信息。这些信息包括动态链接库、API导入和导出表、资源管理数据和数据。在Windows NT操作系统中,PE文件格式主要用于EXE文件、DLL文件、.sys(驱动程序)和其他文件类型。可扩展固件接口(EFI)技术规范书中说明PE格式是EFI环境中的标准可执行文件格式。开头为DOS头部。 PE格式是由Unix中的COFF格式修改而来的。在Windows开发环境中,PE格式也称为PE/COFF格式。 在Windows NT操作系统中,PE格式目前支持IA-32、IA-64和x86-64(AMD64/Intel64)的指令系统。在Windows 2000之前,Windows NT还支持MIPS、Alpha和PowerPC的指令系统。由于Windows CE也在使用PE文件格式,因此PE仍然支持几种不同型号的MIPS、ARM(包括Thumb)和SuperH指令系统。 PE文件格式的主要竞争对手是可执行与可链接格式(ELF)(使用于Linux和大多数Unix版本中)和Mach-O(使用于Mac OS X中)。

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories