Computer Science, asked by ShravaniMR3533, 10 months ago

What is portable executable (PE) ?

Answers

Answered by rameshsharma37
0

The Portable Executable format is a file format for executables, object code, DLLs, FON Font files, and others used in 32-bit and 64-bit versions of Windows operating systems. The PE format is a data structure that encapsulates the information necessary for the Windows OS loader to manage the wrapped executable code.

Answered by StaceeLichtenstein
1

The explanation of portable executable (PE)  is given below

Explanation:

  • The Portable Executable  is the basic file format which main objective to used the 32- and 64-bit versions of the Microsoft systems for the exe files, obj fiie, and the DLL library.
  • The portable executable gives the very effective code also the layout of the portable executable file is configured as a constant stream of data.
  • In the c# programming language the portable executable holding the manifest information when the application becomes compiling .

Learn More :

  • brainly.in/question/13077787
Similar questions