├── GETQUOTE.md ├── LICENSE ├── README.md ├── paper ├── sgxpaper.md ├── sgxpaper.pdf └── sgxpaper.tex ├── parse_enclave.py ├── parse_quote.py ├── parse_sealed.py └── samples ├── quote.bin └── sealed.bin /GETQUOTE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/GETQUOTE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/README.md -------------------------------------------------------------------------------- /paper/sgxpaper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/paper/sgxpaper.md -------------------------------------------------------------------------------- /paper/sgxpaper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/paper/sgxpaper.pdf -------------------------------------------------------------------------------- /paper/sgxpaper.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/paper/sgxpaper.tex -------------------------------------------------------------------------------- /parse_enclave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/parse_enclave.py -------------------------------------------------------------------------------- /parse_quote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/parse_quote.py -------------------------------------------------------------------------------- /parse_sealed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/parse_sealed.py -------------------------------------------------------------------------------- /samples/quote.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/samples/quote.bin -------------------------------------------------------------------------------- /samples/sealed.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kudelskisecurity/sgxfun/HEAD/samples/sealed.bin --------------------------------------------------------------------------------