- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I just wrote a simple console application to test if the machine has SGX feature (by calling sgx_is_capable function), and if so, to try to enable it programmatically (by calling sgx_enable_device function). Note that the application is not an enclave and does not use an enclave either. It works perfectly on my machine (which has SGX feature, as well as both VS2012 and SGX SDK installed). Now my question is how to deploy it on client's machine. What dependencies does the application need to execute? I cannot get it running by just copy and paste (error 0xc00007b). Thanks in advance.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sgx_enable_device() requires the platform software installed on the device.
sgx_cap_enable_device() does not have this requirement, but does require the sgx_capable.dll to be present as well as admin privileges.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sgx_enable_device() requires the platform software installed on the device.
sgx_cap_enable_device() does not have this requirement, but does require the sgx_capable.dll to be present as well as admin privileges.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Got it. Thanks Francisco.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page