2

I have some 4th generation Intel CPU and I want to run some Intel SGX application. I use release simulation mode.

Here you can see that SGX simulation doesn't provide HARDWARE protection! However, I would like to know if Intel SGX provides some kind of SOFTWARE protection in release simulation mode?

Roman Zavodskikh
  • 513
  • 1
  • 6
  • 14

1 Answers1

2

No, the goal of simulation mode is to develop enclave on non-supporting platforms and to enable debug of enclaves.
In simulation mode, the enclave is running as a standard process in regular memory and can be debugged and accessed like any other process in the system.

Haim Cohen
  • 333
  • 1
  • 6