Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试了解 ActiveX 对象的细节、它们的工作方式以及使用它们的安全方法。
我知道 Internet Explorer 通过在注册表中查找对象来检查对象是否可用于脚本编写和初始化是否安全。IE 也会检查killbits。
这是在调用 CoCreateInstance 时自动完成的,还是在调用 CoCreateInstance 之前我必须自己完成?