约 4,910,000 个结果
在新选项卡中打开链接
  1. PE Format - Win32 apps | Microsoft Learn

    This specification describes the structure of executable (image) files and object files under the Windows family of operating systems. These files are referred to as Portable Executable (PE) and Common Object File Format (COFF) files, respectively.

  2. Portable Executable - Wikipedia

    The Portable Executable (PE) format is a file format for executables, object code, dynamic-link-libraries (DLLs), and binary files used on 32-bit and 64-bit Windows operating systems, as well as in UEFI environments. [2]

  3. A dive into the PE file format - PE file structure - Part 1: Overview

    2021年10月22日 · PE stands for Portable Executable, it’s a file format for executables used in Windows operating systems, it’s based on the COFF file format (Common Object File Format). Not only .exe files are PE files, dynamic link libraries (.dll), Kernel modules (.srv), Control panel applications (.cpl) and many others are also PE files.

  4. Inside Windows: Win32 Portable Executable File Format in Detail

    2019年10月23日 · Overview of the PE File Format. Microsoft introduced the PE File format, more commonly known as the PE format, as part of the original Win32 specifications. However, PE files are derived from the earlier Common Object File Format (COFF) found on VAX/VMS.

  5. Inside Windows: An In-Depth Look into the Win32 Portable …

    2019年10月23日 · The Portable Executable format is a well-structured and relatively simple executable format. It's particularly nice that PE files can be mapped directly into memory so that the data structures on disk are the same as those Windows uses at runtime.

  6. Portable Executable File Format - Kowalczyk

    Portable Executable (PE) file format is a file format for executable / dll files introduced in Windows NT. It’s based on COFF (Common Object File Format) specification. To remain compatible with previous versions of the MS-DOS and Windows, the PE …

  7. What Is the Windows Portable Executable File Format? - MUO

    2023年3月24日 · A Windows Portable Executable (PE) is the Windows native file format for executables and other binary file types. The PE file format is designed to be platform-independent, so it can be used on any Windows machine running the same operating system version and processor architecture for which the file was compiled.

  8. Introduction to the PE file format - Cyberdough

    2020年9月27日 · This is a simple program that will display in a dialog box the path of the executable file of the current process: PE: Format. We will start by covering how a PE file is structured when it resides on disk. Overview. On a high level, a PE file on disk looks like this:

  9. What Is the Windows Portable Executable File Format?

    2024年10月10日 · The Windows Portable Executable (PE) file format is a crucial component of the Windows operating system, serving as the standard format for executable files, object code, and Dynamic Link Libraries (DLLs).

  10. The Windows Portable Executable (PE) File Format

    2023年12月18日 · The Windows Portable Executable (PE) file format is a file format used for executables, DLLs (dynamic-link libraries), and VXDs (device drivers — VxD stands for “Virtual xxx Driver”, where “xxx” is a class of device) in the Microsoft Windows.