# Home

## [SSLab](/sgx101/sslab.md)

SSLab represents the [Systems Software & Security Lab](https://gts3.org/) from Georgia Institute of Technology led by [Prof. Taesoo Kim](https://taesoo.kim/).

We have been actively working on SGX related research. These research projects can be broadly classified into three different categories: System Design, Defense, and Attack.

* Please take a look at our achievements on Attacks and Defenses for Intel SGX (download link blow). Demo videos can be viewed under [SGX Bootstrap/CCS17 Tutorial](/sgx101/sgx-bootstrap/ccs17-tutorial.md).

{% file src="/files/-LhmVcxBf2zBzuBoSYEE" %}
Attacks and Defenses for Intel SGX
{% endfile %}

## [SGX Bootstrap](/sgx101/sgx-bootstrap.md)

This is the very place to learn building your first application with Intel SGX in mind.

## [SGX Security](/sgx101/sgx-security.md)

Intel SGX is not as secure as we thought.

## [Other Resources](/sgx101/resources.md)

Here you can look up various resources related to Intel SGX for reference.

## [About Us](/sgx101/about-us.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sgx101.gitbook.io/sgx101/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
