473,386 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

PE or exe? tmpPE?

Hello

In all documentations about the .NET compilation process a PE file is
described. But I never saw any. All I have found is a directory called
tmpPE.

Can anybody tell me the difference between a PE file and a .NET exe file? Do
both contain MSIL Code?
Where can I find PE files? Where and when are they created?

Thank you
Sincerely
Lore
Nov 23 '05 #1
2 1146
The .NET Heade section of
http://msdn.microsoft.com/msdnmag/is...2/default.aspx will give
you some info.

Not sure if that is what you are looking for.

"Lore Leunoeg" <lo*********@gmx.net> wrote in message
news:dl**********@news01.versatel.de...
Hello

In all documentations about the .NET compilation process a PE file is
described. But I never saw any. All I have found is a directory called
tmpPE.

Can anybody tell me the difference between a PE file and a .NET exe file? Do
both contain MSIL Code?
Where can I find PE files? Where and when are they created?

Thank you
Sincerely
Lore

Nov 23 '05 #2
well afaik

..Net has PE headers ( as all windows binary`s have so also non .Net ) how do
you think that the operating system can detect that a proram can not be run
in dos or must be run on NT systems
or needs the framework ( never seen those messages after clicking an
executable )

The starting point of a PE file from the .NET point of view is the COR20
Header
which tells the .NET runtime where to find the metadata.
both contain MSIL Code? no but they are in the same file Where can I find PE files? you can`t as they are in the same file

regards

Michel Posseth [MCP]

"Lore Leunoeg" <lo*********@gmx.net> wrote in message
news:dl**********@news01.versatel.de... Hello

In all documentations about the .NET compilation process a PE file is
described. But I never saw any. All I have found is a directory called
tmpPE.

Can anybody tell me the difference between a PE file and a .NET exe file?
Do
both contain MSIL Code?
Where can I find PE files? Where and when are they created?

Thank you
Sincerely
Lore

Nov 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.