# SGX 101

## SGX 101

- [Home](https://sgx101.gitbook.io/sgx101/readme.md): The very first place to study Intel SGX.
- [SSLab](https://sgx101.gitbook.io/sgx101/sslab.md)
- [SGX Bootstrap](https://sgx101.gitbook.io/sgx101/sgx-bootstrap.md): This is the very place to learn building your first application with Intel SGX in mind.
- [Overview](https://sgx101.gitbook.io/sgx101/sgx-bootstrap/overview.md): This section offers an overview of the properties provided by Intel SGX.
- [Enclave](https://sgx101.gitbook.io/sgx101/sgx-bootstrap/enclave.md): In this section we will look into the details of enclaves.
- [Communication between Architectural and Application Enclaves](https://sgx101.gitbook.io/sgx101/sgx-bootstrap/enclave/interaction-between-pse-and-application-enclaves.md): This page briefly shows how to examine the interaction between Architectural and Application Enclaves.
- [Attestation](https://sgx101.gitbook.io/sgx101/sgx-bootstrap/attestation.md)
- [Inter-process Local Attestation](https://sgx101.gitbook.io/sgx101/sgx-bootstrap/attestation/inter-process-local-attestation.md): This page gives a simple example on how to perform local attestation between two enclaves from different processes.
- [Sealing](https://sgx101.gitbook.io/sgx101/sgx-bootstrap/sealing.md)
- [Real-world Example](https://sgx101.gitbook.io/sgx101/sgx-bootstrap/real-world-example.md)
- [CCS'17 Tutorial](https://sgx101.gitbook.io/sgx101/sgx-bootstrap/ccs17-tutorial.md)
- [Technion'18 Summer School Program](https://sgx101.gitbook.io/sgx101/sgx-bootstrap/technion18-summer-school-program.md)
- [SGX Security](https://sgx101.gitbook.io/sgx101/sgx-security.md)
- [Memory Corruption](https://sgx101.gitbook.io/sgx101/sgx-security/memory-corruption.md)
- [Uninitialized Memory](https://sgx101.gitbook.io/sgx101/sgx-security/uninitialized-memory.md)
- [Page-table-based Attacks](https://sgx101.gitbook.io/sgx101/sgx-security/page-table-based-attack.md)
- [Cache Attacks](https://sgx101.gitbook.io/sgx101/sgx-security/cache-attack.md)
- [Branch Shadowing](https://sgx101.gitbook.io/sgx101/sgx-security/branch-shadowing.md)
- [Row Hammer Attacks](https://sgx101.gitbook.io/sgx101/sgx-security/row-hammer-attack.md)
- [Speculative Execution Side Channels](https://sgx101.gitbook.io/sgx101/sgx-security/speculative-side-channels.md)
- [Other Resources](https://sgx101.gitbook.io/sgx101/resources.md): A collection of study resources related to Intel SGX technology.
- [About Us](https://sgx101.gitbook.io/sgx101/about-us.md)
