Intel SGX simulator for Linux

2019-05-14 08:46发布

问题:

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


标签: intel sgx