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.
opensgx experimental software emulates intel sgx hardware components @ instruction level , provides new system software components required full tee exploration. may check recent papers 2016 , 2017.
qemu sgx experimental qemu version supports sgx. may check slides 2014.
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
Post a Comment