c++ - Intel SGX development on older generation of Intel processor -


is possible intel sgx development on older generation of intel processor not have sgx support simulation environment?

i tried install sgx sdk installed correctly not able install sgx psw supporting intel sgx processor hard requirement it.

https://software.intel.com/en-us/documentation/sgx-sdk-installation/platform-software-installation

i wanted develop , learn simple sgx application.

you may try opensgx , qemu.

you may use sgx sdk in simulation mode - try sample enclaves sdk directory, don't need sgx psw run them.

apparently, intel has emulator (mentioned in 2015 microsoft) not available public. in addition, because emulator not performant, microsoft decided create their own emulator/windows driver (that not available neither) implement haven project.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -