I'm looking at the source code of some potentially hostile code. As usual, VS 2012 is giving me the security warning: "You should only open projects from a trustworthy source" ... "ask me for every project in this solution"
- If I press OK, without compiling and running the code, what could be done to my machine?
- What should I inspect with a text editor before opening the project in VS?
- What should I inspect prior to compiling the code?
Assume I have a [misguided?] intent to download and compile hostile code on a trusted network, and then move that compiled output to an isolated location?