0

What is this and what is it purpose. I notice that when i compile my console apps in c++ is dynamically links it. I'm just curious what purpose this file serves and is it exploitable in the sense that if it has to be on every ones machine to run c code , is there some way for Microsoft or some other entity to exploit it for malicious ends.

4

1 回答 1

1

那是本机代码的标准 C++ 库,您可以在此处阅读有关这些库的更多信息:http: //msdn.microsoft.com/en-us/library/8kche8ah%28v=vs.90%29.aspx

于 2013-09-18T23:45:35.680 回答