开发者

How exe is executed by Windows? What are the exact steps?

开发者 https://www.devze.com 2023-03-23 08:15 出处:网络
I was struggling to learn the how applications are executed by CLR from last two days. I somehow got the process.

I was struggling to learn the how applications are executed by CLR from last two days. I somehow got the process. Now I am c开发者_如何学编程urious to know how Windows distinguish between normal exe files and exe(assemblies) created by .Net compilers and linkers? Please help! Thank you for your kind attention!


What you are looking for explained in very concise form in CLR via C# by Jeffery Ritcher.

Actually there are headers mainly PE hearder and CLR header which helps windows to decide whether an exe is a native exe or .net exe.

You can use dumpbin exe if you want to take a look at the headers for exe's yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消