Marvin32 icon indicating copy to clipboard operation
Marvin32 copied to clipboard

Original source code of Marvin32

Open paya-cz opened this issue 9 years ago • 1 comments

For people interested, the original source code for Marvin32 is here:

https://github.com/dotnet/coreclr/blob/master/src/inc/marvin32.h https://github.com/dotnet/coreclr/blob/master/src/vm/marvin32.cpp

paya-cz avatar Jun 05 '15 04:06 paya-cz

Those links are dead, so look here now:

https://github.com/dotnet/coreclr/blob/v1.0.0/src/inc/marvin32.h https://github.com/dotnet/coreclr/blob/v1.0.0/src/vm/marvin32.cpp

Or if you want current implementation:

https://github.com/dotnet/coreclr/blob/v3.0.0-preview-27121-03/src/System.Private.CoreLib/shared/System/Marvin.cs

bryc avatar Jan 13 '19 02:01 bryc