You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the code for [my Masters Thesis](https://www.f30.me/files/masters-thesis.pdf) and our ARES 2022 paper [*Compiler-Aided Development of Trusted Enclaves with Rust*](https://doi.org/10.1145/3538969.3538972).
4
+
This is the code for [my Masters Thesis](https://www.f30.me/files/masters-thesis.pdf) and our ARES 2022 paper [*Compiler-Aided Development of Trusted Enclaves with Rust*](https://dl.acm.org/doi/10.1145/3538969.3538972?cid=99660549531).
5
5
It is quite hacky research-grade code, where I had to go to the limit of what is possible with an LLVM pass.
6
6
Also, there is quite some C++ code and I'm not much of a C++ programmer.
7
7
Sorry about that.
8
8
9
-
For details on the idea and its limitations, refer to [the paper](https://doi.org/10.1145/3538969.3538972) or [the thesis](https://www.f30.me/files/masters-thesis.pdf).
9
+
For details on the idea and its limitations, refer to [the paper](https://dl.acm.org/doi/10.1145/3538969.3538972?cid=99660549531) or [the thesis](https://www.f30.me/files/masters-thesis.pdf).
10
10
When referencing this work, please cite the paper:
0 commit comments