We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的操作如下:
make sgx source /opt/intel/sgxsdk/environment cd sgx/examples/hello_world make SGX_PRERELEASE=1 SGX_DEBUG=0 ./app
结果如下:
我理解say()函数是运行在SGX enclave区域的,编译方式是pre_release这种方式,print应该是无法将数据打印到普通内存的。
但是print依然可以打印到终端,是我理解有错误吗?请大神们帮忙解决下。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我的操作如下:
结果如下:
我理解say()函数是运行在SGX enclave区域的,编译方式是pre_release这种方式,print应该是无法将数据打印到普通内存的。
但是print依然可以打印到终端,是我理解有错误吗?请大神们帮忙解决下。
The text was updated successfully, but these errors were encountered: