<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Portable_Executable</id>
	<title>Portable Executable - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Portable_Executable"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Portable_Executable&amp;action=history"/>
	<updated>2026-06-23T05:50:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=Portable_Executable&amp;diff=43486&amp;oldid=prev</id>
		<title>imported&gt;InternetArchiveBot: Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5) (Tomkozak61 - 26303</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Portable_Executable&amp;diff=43486&amp;oldid=prev"/>
		<updated>2025-10-02T00:09:50Z</updated>

		<summary type="html">&lt;p&gt;Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5) (&lt;a href=&quot;/index.php?title=User:Tomkozak61&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:Tomkozak61 (page does not exist)&quot;&gt;Tomkozak61&lt;/a&gt; - 26303&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{short description |Executable file format}}&lt;br /&gt;
{{distinguish|Portable application|Windows Preinstallation Environment}}&lt;br /&gt;
{{Infobox file format&lt;br /&gt;
| name = Portable Executable&lt;br /&gt;
| icon = &lt;br /&gt;
| extension = &amp;lt;code&amp;gt;[[.exe]]&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;[[Dynamic-link library|.dll]]&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;[[.sys]]&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.acm&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.ax&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.cpl&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.drv&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.efi&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.mui&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.ocx&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.scr&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.tsp&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.mun&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.msstyles&amp;lt;/code&amp;gt;&lt;br /&gt;
| mime = application/vnd.microsoft.portable-executable&amp;lt;ref&amp;gt;{{Cite web|url=https://www.iana.org/assignments/media-types/application/vnd.microsoft.portable-executable|title=application/vnd.microsoft.portable-executable|access-date=2017-03-26|last=Andersson|first=Henrik|date=2015-04-23|publisher=IANA}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| owner = Currently: [[Microsoft]]&lt;br /&gt;
| magic = &amp;lt;code&amp;gt;4D 5A&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;MZ&amp;lt;/code&amp;gt; in [[ASCII]])&amp;lt;br&amp;gt;and&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;50 45 00 00&amp;lt;/code&amp;gt;&amp;amp;nbsp;(&amp;lt;code&amp;gt;PE&amp;lt;/code&amp;gt;)&lt;br /&gt;
| genre = [[Binary file|Binary]], [[executable]], [[object code|object]], [[shared libraries]]&lt;br /&gt;
| extendedfrom = [[DOS MZ executable]]&amp;lt;br /&amp;gt;[[COFF]]&lt;br /&gt;
| containerfor = &lt;br /&gt;
| containedby = &lt;br /&gt;
|= &lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Portable Executable&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;PE&amp;#039;&amp;#039;&amp;#039;) is a [[file format]] for native [[executable code]] on 32-bit and 64-bit [[Microsoft Windows|Windows]] [[operating system]]s, as well as in [[UEFI]] environments.&amp;lt;ref&amp;gt;{{Cite web |title=Portable executable (PE) - Definition - Trend Micro IN |url=https://www.trendmicro.com/vinfo/in/security/definition/portable-executable-pe |access-date=2022-11-10 |website=www.trendmicro.com}}&amp;lt;/ref&amp;gt; It is used for native executables ({{mono|.exe}}), dynamic link libraries ({{mono|.dll}}, {{mono|.ocx}}), system drivers ({{mono|.sys}}), object code ({{mono|.obj}}) and many other types of files. The PE format supports storing the data required to load and start an operating system [[process (computing)|process]] {{endash}} including references to [[dynamic link library |dynamic link libraries]], tables for importing and exporting [[application programming interface]] (API) functions, resource management data and [[thread-local storage]] (TLS) information.&lt;br /&gt;
&lt;br /&gt;
According to the [[Unified Extensible Firmware Interface|Unified Extensible Firmware Interface (UEFI)]] specification, the PE format is also the accepted standard for executables in EFI environments.&amp;lt;ref&amp;gt;{{cite web |url=https://uefi.org/sites/default/files/resources/UEFI%20Spec%202.8B%20May%202020.pdf |title=UEFI Specification, version 2.8B}}, a note on p.15, states that &amp;quot;this image type is chosen to enable UEFI images to contain Thumb and Thumb2 instructions while defining the EFI interfaces themselves to be in ARM mode.&amp;quot;&amp;lt;/ref&amp;gt; On Windows NT systems, it currently supports a range of [[Instruction set architecture|instruction sets]], including [[IA-32]], [[x86-64]] (AMD64/Intel 64), [[IA-64]], [[ARM architecture|ARM]] and [[ARM64]]. Before the advent of [[Windows 2000]], Windows NT (and by extension the PE format) also supported [[MIPS architecture|MIPS]], [[DEC Alpha|Alpha]], and [[PowerPC]] architectures. Moreover, thanks to its use in [[Windows CE]], PE has maintained compatibility with several MIPS, [[ARM architecture|ARM]] (including [[ARM architecture#Thumb|Thumb]]), and [[SuperH]] variants.&amp;lt;ref name=&amp;quot;PE Format (Windows)&amp;quot;&amp;gt;{{cite web|url=https://msdn.microsoft.com/en-us/library/windows/desktop/ms680547(v=vs.85).aspx|title=PE Format (Windows)| access-date=2017-10-21}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Functionally, the PE format is similar to other platform-specific executable formats, such as the [[Executable and Linkable Format|ELF]] format used in [[Linux]] and most [[Unix-like|Unix-like systems]], and the [[Mach-O]] format found in [[macOS]] and [[iOS]].&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
Microsoft first introduced the PE format with [[Windows NT 3.1]], replacing the older 16-bit [[New Executable]] (NE) format. Soon after, Windows 95, 98, ME, and the Win32s extension for [[Windows 3.1x]], all adopted the PE structure. Each PE file includes a DOS executable header, which generally displays the message &amp;quot;[[New Executable|This program cannot be run in DOS mode]]&amp;quot;. However, this DOS section can be replaced by a fully functional DOS program, as demonstrated in the Windows 98 SE installer. Developers can add such a program using the &amp;lt;code&amp;gt;/STUB&amp;lt;/code&amp;gt; switch with Microsoft&amp;#039;s linker, effectively creating a [[fat binary]].&amp;lt;ref&amp;gt;{{cite web | url=http://msdn.microsoft.com/en-us/library/7z0585h5.aspx | title=/STUB (MS-DOS Stub File Name) | date=3 August 2021 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Over time, the PE format has grown with the Windows platform. Notable extensions include the [[.NET]] PE format for [[managed code]], PE32+ for 64-bit address space support, and a specialized version for [[Windows Embedded Compact|Windows CE]].&lt;br /&gt;
&lt;br /&gt;
To determine whether a PE file is intended for 32-bit or 64-bit architectures, one can examine the Machine field in the IMAGE_FILE_HEADER.&amp;lt;ref&amp;gt;[https://gdatasoftware.com/blog/pebitnesstrick PE trick explained: Telling 32 and 64 bit apart with naked eye] by Karsten Hahn&amp;lt;/ref&amp;gt; Common machine values are &amp;lt;code&amp;gt;0x014c&amp;lt;/code&amp;gt; for 32-bit Intel processors and &amp;lt;code&amp;gt;0x8664&amp;lt;/code&amp;gt; for x64 processors. Additionally, the Magic field in the &amp;lt;code&amp;gt;IMAGE_OPTIONAL_HEADER&amp;lt;/code&amp;gt; reveals whether addresses are 32-bit or 64-bit. A value of &amp;lt;code&amp;gt;0x10B&amp;lt;/code&amp;gt; indicates a 32-bit (PE32) file, while &amp;lt;code&amp;gt;0x20B&amp;lt;/code&amp;gt; indicates a 64-bit (PE32+) file.&amp;lt;ref&amp;gt;[https://docs.microsoft.com/en-us/windows/win32/debug/pe-format PE Format] at Microsoft.com&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Technical details==&lt;br /&gt;
&lt;br /&gt;
===Layout===&lt;br /&gt;
[[File:Portable Executable 32 bit Structure in SVG fixed.svg|thumb|Structure of a Portable Executable 32 bit]]&lt;br /&gt;
A PE file consists of several headers and sections that instruct the [[dynamic linker]] about on how to map the file into memory. An executable image consists of several different regions, each requiring different [[memory protection]] attributes. To ensure proper alignment, the start of each section must align to a page boundary.&amp;lt;ref&amp;gt;{{cite web |url=http://www.csn.ul.ie/%7Ecaolan/pub/winresdump/winresdump/doc/pefile2.html |title=The Portable Executable File From Top to Bottom |access-date=2017-10-21 |archive-date=2017-10-20 |archive-url=https://web.archive.org/web/20171020180919/http://www.csn.ul.ie/~caolan/pub/winresdump/winresdump/doc/pefile2.html |url-status=dead }}&amp;lt;/ref&amp;gt; For instance, the &amp;#039;&amp;#039;.text&amp;#039;&amp;#039; section, which contains program code, is typically mapped as an execute/read-only. Conversely, the &amp;#039;&amp;#039;.data&amp;#039;&amp;#039; section, which holds global variables, is mapped as no-execute/read write. However, to conserve space, sections are not aligned on disk in this manner. The dynamic linker maps each section to memory individually and assigns the correct permissions based on the information in the headers.&amp;lt;ref name=&amp;quot;Peering Inside&amp;quot;&amp;gt;{{cite web |url=https://msdn.microsoft.com/en-us/library/ms809762.aspx |title=Peering Inside the PE: A Tour of the Win32 Portable Executable File |date=30 June 2010 |access-date=2017-10-21}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Import table===&lt;br /&gt;
The &amp;#039;&amp;#039;import address table&amp;#039;&amp;#039; (IAT) is used as a lookup table when the application calls a function in a different module. The [[Dynamic-link library|imports]] can be specified by ordinal or by name. Because a compiled program cannot know the memory locations of its dependent libraries beforehand, an indirect jump is necessary for API calls. As the dynamic linker holds modules and resolves dependencies, it populates the IAT slots with actual addresses of the corresponding library functions. Although this adds an extra jump, incurring a performance penalty compared to intermodular calls, it minimizes the number of memory pages that that require [[copy-on-write]] changes, thus conserving memory and disk I/O. If a call is known to be intermodular beforehand (if indicated by a [[Dynamic-link library|dllimport]] attribute), the compiler can generate optimized code with a simple indirect call [[opcode]].&amp;lt;ref name=&amp;quot;Peering Inside&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Address Space Layout Randomization (ASLR) ===&lt;br /&gt;
Modern operating systems use [[Address space layout randomization]] (ASLR), a process that makes a PE file&amp;#039;s in-memory layout unpredictable and therefore harder to exploit. During ASLR, the [[Loader (computing)|loader]] randomizes the virtual addresses where key components reside. This includes the executable&amp;#039;s base, [[Shared library|shared libraries]], the [[Dynamic memory allocation|heap]], and the [[Call stack|stack]]. Most PE files are not [[Position-independent code|position-independent]] because mainstream [[Compiler|compilers]] emit some absolute references relative to an assumed base. To cope with randomized rebasing, the [[Linker (computing)|linker]] stores a [[Relocation (computing)|.reloc]] table that lets the loader adjust those references at load time.&lt;br /&gt;
&lt;br /&gt;
== .NET, metadata, and the PE format ==&lt;br /&gt;
&lt;br /&gt;
In a .NET executable, the PE code section contains a stub that invokes the [[Common Language Runtime|CLR]] virtual machine startup entry, &amp;lt;code&amp;gt;_CorExeMain&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;_CorDllMain&amp;lt;/code&amp;gt; in &amp;lt;code&amp;gt;mscoree.dll&amp;lt;/code&amp;gt;, much like it was in [[Visual Basic]] executables. The virtual machine then makes use of .NET metadata present, the root of which, &amp;lt;code&amp;gt;IMAGE_COR20_HEADER&amp;lt;/code&amp;gt; (also called &amp;quot;CLR header&amp;quot;) is pointed to by &amp;lt;code&amp;gt;IMAGE_DIRECTORY_ENTRY_COMHEADER&amp;lt;/code&amp;gt; (the entry was previously used for [[COM+]] metadata in COM+ applications, hence the name{{cn|date=July 2024}}) entry in the PE header&amp;#039;s data directory. &amp;lt;code&amp;gt;IMAGE_COR20_HEADER&amp;lt;/code&amp;gt; strongly resembles PE&amp;#039;s optional header, essentially playing its role for the CLR loader.&amp;lt;ref name=&amp;quot;PE Format (Windows)&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The CLR-related data, including the root structure itself, is typically contained in the common code section, &amp;lt;code&amp;gt;.text&amp;lt;/code&amp;gt;. It is composed of a few directories: metadata, embedded resources, strong names and a few for native-code interoperability. Metadata directory is a set of tables that list all the distinct .NET entities in the assembly, including types, methods, fields, constants, events, as well as references between them and to other assemblies.&lt;br /&gt;
&lt;br /&gt;
==Use on other operating systems==&lt;br /&gt;
The PE format is also used by [[ReactOS]], an open-source operating system created to be binary-compatible with Windows. Historically, it has also been used by other operating systems such as [[SkyOS]] and [[BeOS]] R3. However, both SkyOS and BeOS eventually moved to [[Executable and Linkable Format|ELF]].{{citation needed|date=March 2021}}&lt;br /&gt;
&lt;br /&gt;
The [[Mono (software)|Mono development platform]], which aims to be binary compatible with the Microsoft [[.NET Framework]], uses the same PE format as the Microsoft implementation. The same goes for Microsoft&amp;#039;s own cross-platform [[.NET Core]].&lt;br /&gt;
&lt;br /&gt;
On [[x86]](-64) [[Unix-like]] operating systems, Windows binaries (in PE format) can be executed using [[Wine (software)|Wine]]. The [[HX DOS Extender]] also uses the PE format for native DOS 32-bit binaries, and can execute some Windows binaries in DOS, thus acting like an equivalent of Wine for DOS.&lt;br /&gt;
&lt;br /&gt;
[[Mac OS X 10.5]] has the ability to load and parse PE files, although it does not maintain binary compatibility with Windows.&amp;lt;ref name=&amp;quot;chartier&amp;quot;&amp;gt;{{cite web|last=Chartier |first=David |title=Uncovered: Evidence that Mac OS X could run Windows apps soon |work=Ars Technica |url=https://arstechnica.com/journals/apple.ars/2007/11/30/uncovered-evidence-that-mac-os-x-could-run-windows-apps-soon |date=2007-11-30 |access-date=2007-12-03 |quote=...&amp;amp;nbsp;Steven Edwards describes the discovery that Leopard apparently contains an undocumented loader for Portable Executables, a type of file used in 32-bit and 64-bit versions of Windows. More poking around revealed that Leopard&amp;#039;s own loader tries to find Windows DLL files when attempting to load a Windows binary. }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[UEFI]] and EFI firmware use PE files as well as the Windows [[Application Binary Interface|ABI]] x64 [[calling convention]] for [[UEFI#Applications|applications]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* {{Annotated link|a.out}}&lt;br /&gt;
* {{Annotated link|Application virtualization}}&lt;br /&gt;
* {{Annotated link|Comparison of executable file formats}}&lt;br /&gt;
* {{Annotated link|Executable compression}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://docs.microsoft.com/en-us/windows/desktop/Debug/pe-format PE Format]  (latest online document, changes in time)&lt;br /&gt;
* Microsoft Portable Executable and Common Object File Format Specification. [https://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/pecoff.docx Revision 11.0, Jan 2017]; [https://bytepointer.com/download.php?name=pecoff_v10.docx Revision 10.0, Jun 2016]; [https://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/pecoff_v83.docx Revision 8.3, Feb 2013]; [https://web.archive.org/web/20100923032233/http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/pecoff_v8.docx Revision 8.2, Sep 2010]; [https://web.archive.org/web/20081211013825/http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/pecoff_v8.docx Revision 8.1, Feb 2008]; [https://web.archive.org/web/20060706172855/http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/pecoff_v8.doc Revision 8.0, May 2006]; [https://web.archive.org/web/20030724131335/http://www.microsoft.com/whdc/hwdev/download/hardware/pecoff.doc Revision 6.0, Feb 1999]; [https://bytepointer.com/resources/pecoff_v5.0.htm Revision 5.0, Oct 1997]; [https://bytepointer.com/resources/pecoff_v4.1.htm Revision 4.1, Aug 1994]; [https://bytepointer.com/resources/pecoff_v4.0.htm Revision 4.0, Sep 1993]&lt;br /&gt;
* [https://openwatcom.org/ftp/devel/docs/pe_and_symbols.pdf Tool Interface Standard (TIS) Formats Specifications for Windows Version 1.0] (Intel Order Number 241597, TIS Committee, Feb 1993)&lt;br /&gt;
* [https://bytepointer.com/resources/oleary_pe_format.htm Portable Executable Format] (Micheal J. O&amp;#039;Leary, Microsoft Developer Support)&lt;br /&gt;
* [https://web.archive.org/web/20080907145154/http://msdn.microsoft.com/en-us/magazine/ms809762.aspx Peering Inside the PE: A Tour of the Win32 Portable Executable File Format]. [[Matt Pietrek]], Microsoft Systems Journal, March 1994&lt;br /&gt;
* An In-Depth Look into the Win32 Portable Executable File Format. [[Matt Pietrek]], [[MSDN]] Magazine. [https://web.archive.org/web/20021105233944/http://msdn.microsoft.com/msdnmag/issues/02/02/PE/default.aspx Part I, February 2002]; [https://web.archive.org/web/20021105025618/http://msdn.microsoft.com/msdnmag/issues/02/03/PE2/default.aspx Part II, March 2002] &lt;br /&gt;
* [https://archive.today/20130130042959/http://www.ntcore.com/files/dotnetformat.htm The .NET File Format by Daniel Pistelli]&lt;br /&gt;
* [http://blog.dkbza.org/ Ero Carrera&amp;#039;s blog describing the PE header and how to walk through]&lt;br /&gt;
* [http://www.andreybazhan.com/pe-internals/ PE Internals provides an easy way to learn the Portable Executable File Format]&lt;br /&gt;
* [http://www.pe-explorer.com/ PE Explorer]&lt;br /&gt;
&lt;br /&gt;
{{Executables}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Executable file formats]]&lt;br /&gt;
[[Category:Windows administration]]&lt;/div&gt;</summary>
		<author><name>imported&gt;InternetArchiveBot</name></author>
	</entry>
</feed>