SSCLI v2
As Jason announces, v2.0 of the SSCLI is now available for download: https://msdn.microsoft.com/net/sscli.
In addition to general CLR features like generics that are available in this download, some interesting security points to look at are:
- Transparency (sscli20\clr\src\vm\securitytransparentassembly.cpp)
- Revamped compressed stack (sscli20\clr\src\vm\newcompressedstack.cpp)
- New declarative security metadata format (sscli20\clr\src\vm\securitydeclarative.cpp)
And of course our general security perf work is here too. For those interested in how this mscorwks thing works ... time to get downloading :-)
Comments
- Anonymous
March 24, 2006
In case you haven't already heard from every other blogger (like Shawn, JasonZ and Brad) , V2.0 of the... - Anonymous
April 03, 2006
Aren't there any VS projects freely available for sscli ? or just make files - Anonymous
April 04, 2006
The SSCLI builds with the NT build system, driven by Build.exe. This release doesn't include any VS projects, although it should be relatively easy to create one from the existing source code.
-Shawn - Anonymous
April 13, 2006
Web Resources
 
[Default] April MSDN Magazine
Get a handle on... - Anonymous
February 03, 2007
well, and SSCLI20 for FreeBSD??? When?