microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.16k stars 1.27k forks source link

Reference Source is missing download link to 4.6.2 Source Code. #41

Closed AraHaan closed 6 years ago

AraHaan commented 6 years ago

It seems when trying to download 4.6.2 source code For Windows 7 that it fails with it not being found. I want to look into the implementation of it for hints to some things that fail on me in C++ (like K32EnumProcessModules failing with ERROR_INVALID_HANDLE when I use something like GetCurrentProccess() for the handle). 🤔

I am attempting to use that for checking for DLL injection that would terminate the process when it finds any dll not in a predefined process list (in this case not in a C++ vector. However it fails like so and seems to eventually crash.

SusLes commented 6 years ago

Hi, Thank you for your report of the broken link. The link is fixed now and confirmed working Live.