what does the PE file contains?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what does the PE file contains?

1It contains Native code?
2.Or it contains MSIL and meta data...
 
what does the PE file contains?
1It contains Native code?
2.Or it contains MSIL and meta data...

It depends on the language/compiler that produced it, but since we're
in a .NET newsgroup the answer is likely #2.



Mattias
 
Mattias said:
It depends on the language/compiler that produced it, but since we're
in a .NET newsgroup the answer is likely #2.

If you want to know the exact contents, read about Mono's code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top