how create medium integrity level process from low integrity level process?

倾然丶 夕夏残阳落幕 提交于 2019-12-06 03:04:00

问题


If I run IE in protected mode, its integrity level is low. And if I then create a medium integrity level process (impl by ActiveX), IE will warn the user with an Elevation Warning window.

How do I create a medium process from another processes (like chrome) with a low integrity level?


回答1:


You will have to do what Internet Explorer (and Chrome) do. The browser tabs themselves are separate processes running at Low Mandatory Integrity Level. But there is still a Medium level parent process.

The client processes communicate back to the "parent" process though named pipes, asking the parent to perform some action. Since the parent is medium, it can launch something at medium.



来源:https://stackoverflow.com/questions/7254711/how-create-medium-integrity-level-process-from-low-integrity-level-process

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!