hello-enclave
hello-enclave copied to clipboard
A "Hello World" Intel SGX enclave program
Hi, bro. Our analysis tool detected that this sample output the **p_decrypted_text** parameter of sgx_unseal_data() in main function of App . A possible data leak path is Function **unseal** ->...
Adding some sample code for a ECALL and OCALL, and finishing the TODOs in the readme would be very helpful for beginners, like me.
Added two features: - Destroy enclave before program exit; - Added a simple example of integer addition in the enclave to illustrate the simplest ECALL.