<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Thanks Surenthar, in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078456#M525</link>
    <description>&lt;P&gt;Thanks Surenthar,&lt;/P&gt;

&lt;P&gt;I make the mistake to use the debug configuration to run the simulation enclave, and chosen the wrong project to run. It should be the app instead of the enclave.&lt;/P&gt;

&lt;P&gt;Best wishes&lt;/P&gt;

&lt;P&gt;Quizy&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2016 07:57:56 GMT</pubDate>
    <dc:creator>quizy_j_</dc:creator>
    <dc:date>2016-04-12T07:57:56Z</dc:date>
    <item>
      <title>how to use simulation mode?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078452#M521</link>
      <description>&lt;P&gt;The Intel SGX SDK for Windows mentions that there is a simulation mode in page 65&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;"The simulation mode works in the same way as the debug mode except the fact that true hardware is not exercised, instead the Intel® SGX instructions are simulated in software."&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;But I cannot find any details in how to use this mode, only that in Project Settings section (p25,26), it mentions the dependencies are different. I used the simulation libraries instead of the original ones as it suggested and generated the example enclave and application ("hello world"). However, when I tried to run the application on my computer without SGX hardware, it says:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;[sgx_create_enclavew ..\..\..\psw\urts\win\urts.cpp:83] Couldn't open file with&lt;BR /&gt;
		CreateFile()&lt;BR /&gt;
		App: error 0x200f, failed to create enclave.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;And the error means&amp;nbsp;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;0x200F&amp;nbsp;SGX_ERROR_ENCLAVE_FILE_ACCESS&amp;nbsp;Can’t open enclave file&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;So what might be the problem? As I've already configure the projects to use the simulation libraries, it should run ok without SGX hardware.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 03:31:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078452#M521</guid>
      <dc:creator>quizy_j_</dc:creator>
      <dc:date>2016-04-07T03:31:11Z</dc:date>
    </item>
    <item>
      <title>Hi Quizy,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078453#M522</link>
      <description>&lt;P&gt;Hi Quizy,&lt;/P&gt;

&lt;P&gt;Did you run the application through command prompt or Local SGX Debugger?&lt;BR /&gt;
	If you are using the Local SGX Debugger, Please make sure change the "current working directory" pointing to $(OutDir) instead of $(ProjectDir).&lt;/P&gt;

&lt;P&gt;Configuration Properties --&amp;gt; Debugging --&amp;gt; Working Directory --&amp;gt; $(OutDir).&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 06:30:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078453#M522</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-04-11T06:30:10Z</dc:date>
    </item>
    <item>
      <title>I've already set the working</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078454#M523</link>
      <description>&lt;P&gt;I've already set the working directory to $(OutDir), but the error still exists. I write the enclave and the application according to the SGX SDK, the dll (enclave) file and exe (application) file both generated successfully, but it cannot run. &lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;This is my "hello world" source code,&amp;nbsp;&lt;/SPAN&gt;It would be nice if you can check it for me.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://drive.google.com/open?id=0Bw1j4eporbRMZkh3WHFTOXpGNG8" target="_blank"&gt;https://drive.google.com/open?id=0Bw1j4eporbRMZkh3WHFTOXpGNG8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 13:44:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078454#M523</guid>
      <dc:creator>quizy_j_</dc:creator>
      <dc:date>2016-04-11T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Hi Quizy,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078455#M524</link>
      <description>&lt;P&gt;Hi Quizy,&lt;/P&gt;

&lt;P&gt;I have checked your source code, you didn't change the&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;"current working directory" pointing to $(OutDir) instead of $(ProjectDir) in simulation mode (Both Application and Enclave).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Please find the modified source code of yours from below link&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://drive.google.com/open?id=0B4N3YNdBPBe8RW03UVBCZnN2VUE&amp;nbsp;" target="_blank"&gt;https://drive.google.com/open?id=0B4N3YNdBPBe8RW03UVBCZnN2VUE&amp;nbsp;&lt;/A&gt;;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Surenthar Selvaraj&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 05:14:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078455#M524</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-04-12T05:14:15Z</dc:date>
    </item>
    <item>
      <title>Thanks Surenthar,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078456#M525</link>
      <description>&lt;P&gt;Thanks Surenthar,&lt;/P&gt;

&lt;P&gt;I make the mistake to use the debug configuration to run the simulation enclave, and chosen the wrong project to run. It should be the app instead of the enclave.&lt;/P&gt;

&lt;P&gt;Best wishes&lt;/P&gt;

&lt;P&gt;Quizy&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:57:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078456#M525</guid>
      <dc:creator>quizy_j_</dc:creator>
      <dc:date>2016-04-12T07:57:56Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078457#M526</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Will the simulation mode work on processors older than 6th gen? &amp;nbsp;Or is there any way to simulate the SGX in 5th generation processor?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Clindo&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 18:55:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078457#M526</guid>
      <dc:creator>Clindo_Devassy_K_</dc:creator>
      <dc:date>2017-01-04T18:55:07Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078458#M527</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Simulation mode works processors older than 6th gen. Please read my blogs from below link&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/blogs/2016/05/30/usage-of-simulation-mode-in-sgx-enhanced-application"&gt;https://software.intel.com/en-us/blogs/2016/05/30/usage-of-simulation-mode-in-sgx-enhanced-application&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;-Surenthar&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 04:59:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078458#M527</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2017-01-05T04:59:21Z</dc:date>
    </item>
    <item>
      <title>Hi Surenthar,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078459#M528</link>
      <description>&lt;P&gt;Hi Surenthar,&lt;/P&gt;

&lt;P&gt;I followed the blog and downloaded the sdk from&amp;nbsp;&lt;A href="https://software.intel.com/en-us/sgx-sdk" style="box-sizing: border-box; color: rgb(0, 113, 197); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;https://software.intel.com/en-us/sgx-sdk&lt;/A&gt;. But I could not install it in i7- 5th Gen, it is exiting with error: '&lt;STRONG&gt; The platform is not SGX-compatible. Please check your SGX BIOS settings. Install will cancel&lt;/STRONG&gt;'.&lt;/P&gt;

&lt;P&gt;How could I do the simulation if sdk is not getting installed? Please help.&lt;/P&gt;

&lt;P&gt;Thanks and regards,&lt;/P&gt;

&lt;P&gt;Clindo&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 11:06:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078459#M528</guid>
      <dc:creator>Clindo_Devassy_K_</dc:creator>
      <dc:date>2017-01-05T11:06:29Z</dc:date>
    </item>
    <item>
      <title>It looks like you are trying</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078460#M529</link>
      <description>&lt;P&gt;It looks like you are trying to install the Platform SW, not the SDK. The SDK can build and run samples in simulation mode. The PSW requires an SGX-compatible system.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 20:08:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078460#M529</guid>
      <dc:creator>Francisco_C_Intel</dc:creator>
      <dc:date>2017-01-05T20:08:02Z</dc:date>
    </item>
    <item>
      <title>From where could I download</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078461#M530</link>
      <description>&lt;P&gt;&amp;nbsp;Ok, Let me try it.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 20:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078461#M530</guid>
      <dc:creator>Clindo_Devassy_K_</dc:creator>
      <dc:date>2017-01-05T20:21:00Z</dc:date>
    </item>
    <item>
      <title>Clindo, have you tried?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078462#M531</link>
      <description>&lt;P&gt;Clindo, have you tried?&lt;/P&gt;&lt;P&gt;Could you please share your experience?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 10:40:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078462#M531</guid>
      <dc:creator>Araldo__Andrea</dc:creator>
      <dc:date>2018-11-08T10:40:12Z</dc:date>
    </item>
    <item>
      <title>Hi ,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078463#M532</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;In the example code of SGX simulation mode,&lt;/P&gt;&lt;P&gt;I have changed the value of "secret" in "Enclave_Simulation.cpp"，but the result of the program is always "Hello Encalve!" . Why?&lt;/P&gt;&lt;P&gt;Please help. Thank you for your kind！&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:35:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-use-simulation-mode/m-p/1078463#M532</guid>
      <dc:creator>qinghao__wang</dc:creator>
      <dc:date>2019-03-28T12:35:22Z</dc:date>
    </item>
  </channel>
</rss>

