sgx_emmt

测量一个sgx程序运行过程中使用的最大enclave内存,根据 Developer Reference 中的相关章节进行测量,主要使用工具 sgx_gdb 在sdk安装目录的bin目录下

查看当前计算机的EPC大小

1
2
3
4
git clone git@github.com:ayeks/SGX-hardware.git
cd SGX-hardware
gcc test-sgx.c -o test-sgx
./test-sgx