Intel SGX simulator for Linux

允我心安 提交于 2020-01-23 00:35:38

问题


According to this tutorial, it is possible to develop and run SGX applications in a simulator when developing in Windows with Visual Studio. The tutorial does not mention Linux although there is a version of the SDK available for Linux.

Is the SGX simulator from Intel exclusive to Windows, or is there a Linux version as well?

(Note: I know about the existence of OpenSGX, I'm asking specifically about the Intel simulator.)


回答1:


Yes, you can use the SDK in simulation mode.

In Linux, you must:

  • First, install the SGX driver from https://github.com/01org/linux-sgx-driver
  • After, install the SDK and PSW packages from https://github.com/01org/linux-sgx


来源:https://stackoverflow.com/questions/41444498/intel-sgx-simulator-for-linux

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