Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.
1540 Diskussionen

How can I use sgx in a computer whose hardware don't support sgx?

jianlin__jiang
Einsteiger
688Aufrufe

How to use simulation of sgx in my project in Visual Studio 2015?(the version of sgx is 1.9.)

My computer's CPU don't support sgx。

0 Kudos
1 Antworten
you_w_
Neuer Beitragender III
688Aufrufe

Hi: 

You can install the sgx sdk, there are some examples in your install path like "C:\Program Files (x86)\Intel\IntelSGXSDK\src".

1. Open SampleEnclave.sln.

2. Change your build mode to “Simulation”

3. Select your project  and change the project platform tool chain to:Visual Studio 2015 && change you windows sdk version

to the one you installed like “10.0.16299.0”

Then your can build the project in simulation mode.

Antworten