wenky

Results 1 issues of wenky

我的操作如下: ``` make sgx source /opt/intel/sgxsdk/environment cd sgx/examples/hello_world make SGX_PRERELEASE=1 SGX_DEBUG=0 ./app ``` 结果如下: ![image](https://user-images.githubusercontent.com/17559640/147076423-e78b5e42-1d20-465a-ae44-533092cf0d78.png) 我理解say()函数是运行在SGX enclave区域的,编译方式是pre_release这种方式,print应该是无法将数据打印到普通内存的。 但是print依然可以打印到终端,是我理解有错误吗?请大神们帮忙解决下。