-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
111 lines (110 loc) · 4.37 KB
/
publications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="icon" type="image/png" href="img/glider.png" />
<link rel="stylesheet" href="style.css">
</head>
<title href=".">andsanmar</title>
<body>
<nav class="nav-bar">
<div class="container">
<input type="checkbox" id="drop-down-cbox"/>
<label for="drop-down-cbox">
<span></span>
<span></span>
<span></span>
</label>
<h1 class="site-logo"><a href=".">andsanmar</a></h1>
<ul class="main-nav small-caps">
<li><span>About</span>
<ul><li><a href="publications.html">Publications</a></li></ul>
<ul><li><a href="blog.html">Blog</a></li></ul> </li>
<li><span>Find me</span>
<ul> <li><a href="https://github.com/andsanmar">Github</a></li> </ul>
<ul> <li><a href="https://scholar.google.com/citations?user=bRJpHdQAAAAJ&hl=en">Google
Scholar</a></li> </ul>
<ul> <li><a href="https://dblp.org/pers/hd/s/S=aacute=nchez:Andr=eacute=s">DBLP</a></li> </ul>
<li><span>Contact</span>
<ul> <li><a href="mailto:[email protected]">email</a></li></ul>
</li>
</ul>
</div>
</nav>
<br>
<div class="content">
<h1>Publications</h1>
<ul>
<li>🗎 <b>Spectector: Principled Detection of Speculative Information Flows</b><br>
Marco Guarnieri, Boris Köpf, José F. Morales, Jan Reineke, and Andrés Sánchez<br>
<i>IEEE Symposium on Security & Privacy</i>, 2020.
<a href="https://spectector.github.io/papers/spectector.pdf">[pdf]</a>
<a href="https://spectector.github.io/">[web]</a>
<input type='checkbox' style='display: none' id=bib_spectector checked>
<label for=bib_spectector style="cursor: pointer;">[bib]</label>
<div class="hideable"><pre>
@inproceedings{guarnieri2020spectector,
author = { Marco Guarnieri and
Boris Koepf and
José F. Morales and
Jan Reineke and
Andrés Sánchez
},
title = {\textsc{Spectector}: Principled detection of speculative information flows},
booktitle = {Proceedings of the 41st IEEE Symposium on Security and Privacy},
year = {2020},
publisher={IEEE}
}
</pre></div>
</li>
</ul>
<ul><br></ul>
<ul>
<li>🗎 <b>Safecracker: Leaking Secrets through Compressed Caches</b><br>
Po-An Tsai, Andrés Sánchez, Christopher Fletcher, and Daniel Sánchez<br>
<i>ACM International Conference on Architectural Support for Programming Languages and Operating Systems</i>, 2020.
<a href="https://dl.acm.org/doi/pdf/10.1145/3373376.3378453">[pdf]</a>
<a href="https://dl.acm.org/doi/10.1145/3373376.3378453">[web]</a>
<input type='checkbox' style='display: none' id=bib_cc_security checked>
<label for=bib_cc_security style="cursor: pointer;">[bib]</label>
<div class="hideable"><pre>
@inproceedings{cc_security,
author = {Tsai, Po-An and Sanchez, Andres and Fletcher, Christopher and Sanchez, Daniel},
title = {Safecracker: Leaking Secrets through Compressed Caches
},
booktitle = {Proceedings of the Twenty-Fifth International Conference on
Architectural Support for Programming Languages and Operating Systems},
series = {ASPLOS '20},
year = 2020,
publisher = {ACM},
} </pre></div>
</li>
</ul>
<br>
<ul>
<li>🗎 <b>SpecROP: Speculative Exploitation of ROP Chains</b><br>
Atri Bhattacharyya, Andrés Sánchez, Esmaeil M. Koruyeh, Nael Abu-Ghazaleh, Chengyu Song and Mathias Payer<br>
<i>23rd International Symposium on Research in Attacks, Intrusions and Defenses (RAID 2020)</i>, 2020.
<a href="https://www.usenix.org/system/files/raid20-bhattacharyya.pdf">[pdf]</a>
<input type='checkbox' style='display: none' id=bib_specrop checked>
<label for=bib_specrop style="cursor: pointer;">[bib]</label>
<div class="hideable"><pre>
@inproceedings {specrop,
author = {Atri Bhattacharyya and Andr{\'e}s S{\'a}nchez and Esmaeil M. Koruyeh
and Nael Abu-Ghazaleh and Chengyu Song and Mathias Payer},
title = {SpecROP: Speculative Exploitation of {ROP} Chains},
booktitle = {23rd International Symposium on Research in Attacks, Intrusions and Defenses ({RAID} 2020)},
year = {2020},
isbn = {978-1-939133-18-2},
address = {San Sebastian},
pages = {1--16},
url = {https://www.usenix.org/conference/raid2020/presentation/bhattacharyya},
publisher = {{USENIX} Association},
month = oct,
}
</pre></div>
</li>
</ul>
</div>
</body>
</html>