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

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

jianlin__jiang
Beginner
400 Views

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 Reply
you_w_
New Contributor III
400 Views

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.

0 Kudos
Reply