[Mono-list] replacement for mscoree.dll

Jason Whittington jasonw@develop.com
Wed, 1 Jan 2003 03:35:14 -0700


> On XP mscoree gets loaded the same way as on previous OSses, it's just
> that
> the loader jump directly to the "entry point" in mscoree instead of
the
> entry point in the exe. I don't know how the XP loader recognizes
managed
> executables.

Presumably by the presence of the COR_IMAGE_20 header in the PE image...

Jason