summaryrefslogtreecommitdiff
path: root/thesis.bib
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.bib')
-rw-r--r--thesis.bib27
1 files changed, 27 insertions, 0 deletions
diff --git a/thesis.bib b/thesis.bib
index 8087ee9..854d4e5 100644
--- a/thesis.bib
+++ b/thesis.bib
@@ -265,6 +265,24 @@
url={https://releases.llvm.org/8.0.0/docs/SpeculativeLoadHardening.html}
}
+@misc{oo7,
+ title={oo7: Low-overhead Defense against Spectre Attacks via Binary Analysis},
+ author={Guanhua Wang and Sudipta Chattopadhyay and Ivan Gotovchits and Tulika Mitra and Abhik Roychoudhury},
+ year={2018},
+ eprint={1807.05843},
+ archivePrefix={arXiv},
+ primaryClass={cs.CR}
+}
+
+@misc{spectector,
+ title={SPECTECTOR: Principled Detection of Speculative Information Flows},
+ author={Marco Guarnieri and Boris Köpf and José F. Morales and Jan Reineke and Andrés Sánchez},
+ year={2018},
+ eprint={1812.08639},
+ archivePrefix={arXiv},
+ primaryClass={cs.CR}
+}
+
@online{linux-spec,
url={https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/speculation.txt},
year={2018},
@@ -609,4 +627,13 @@ This thesis highlights two aspects of the BOOM design: its industry-competitive
publisher={ACM}
}
+@inproceedings{jump-over-aslr,
+ title={Jump over ASLR: Attacking branch predictors to bypass ASLR},
+ author={Evtyushkin, Dmitry and Ponomarev, Dmitry and Abu-Ghazaleh, Nael},
+ booktitle={The 49th Annual IEEE/ACM International Symposium on Microarchitecture},
+ pages={40},
+ year={2016},
+ organization={IEEE Press}
+}
+
% vim:ts=4:sw=4