-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBibliography.bib
371 lines (347 loc) · 11.5 KB
/
Bibliography.bib
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
@article{cheri,
title={{The CHERI capability model: Revisiting RISC in an age of risk}},
author={Woodruff, Jonathan and Watson, Robert and Chisnall, David and Moore, Simon and Anderson, Jonathan and Davis, Brooks and Laurie, Ben and Neumann, Peter and Norton, Robert and Roe, Michael},
year={2014},
}
@online{llvmSROA,
author = {{LLVM API Documentation}},
title = {{SROA.cpp}},
year = 2013,
note={\url{http://llvm.org/docs/doxygen/html/SROA_8cpp_source.html}},
}
@book{steven1997advanced,
title={Advanced compiler design implementation},
author={Steven S. Muchnick},
year={1997},
publisher={Morgan Kaufmann}
}
@online{rust,
author = {{Mozilla Corporation}},
title = {{The Rust Programming Language}},
year = 2013,
note={\url{http://www.rust-lang.org/}},
}
@online{mpx,
author = {{Intel Corporation}},
title = {{Introduction to Intel® Memory Protection Extensions}},
year = 2013,
note={\url{https://software.intel.com/en-us/articles/introduction-to-intel-memory-protection-extensions}},
}
@online{ghostscript,
author = {{GNU Project}},
title = {{Ghostscript Source Code}},
year = 2012,
note= {\url{ftp://ftp.gnu.org/pub/gnu/ghostscript/}},
}
@online{olden,
author = {{Martin C. Carlisle}},
title = {{Olden benchmark}},
year = 1996,
note= {\url{http://www.martincarlisle.com/olden.html}},
}
@online{returnLocal,
author = {{Nick Parlante}},
title = {{Pointers and Memory}},
year = 2000,
note= {\url{http://cslibrary.stanford.edu/102/PointersAndMemory.pdf}},
}
@online{sslSrc,
author = {{Eric A. Young, Tim J. Hudson}},
title = {{OpenSSL: Source, Tarballs}},
year = 2014,
note= {\url{https://www.openssl.org/source/}},
}
@online{heartbleedBlog,
author = {{Matthew Green}},
title = {{Attack of the week: OpenSSL Heartbleed}},
year = 2014,
note= {\url{http://blog.cryptographyengineering.com/2014/04/attack-of-week-openssl-heartbleed.html}},
}
@online{bufferOverflow,
author = {{T. Schwarz}},
title = {{Buffer Overflow Attack}},
year = 2004,
organization={Santa Clara University},
note= {\url{http://www.cse.scu.edu/~tschwarz/coen152_05/Lectures/BufferOverflow.html}},
}
@online{llvmGEP,
author = {{LLVM Project}},
title = {{The Often Misunderstood GEP Instruction}},
year = 2014,
note = {\url{http://llvm.org/docs/GetElementPtr.html}},
}
@online{llvmLangRef,
author = {{LLVM Project}},
title = {{LLVM Language Reference Manual}},
year = 2014,
note= {\url{http://llvm.org/docs/LangRef.html}},
}
@online{c99all,
author = {ISO},
title = {{INTERNATIONAL STANDARD, Programming Languages - C}},
year = 2011,
note= {\url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf}},
urldate = {2014-05-27}
}
@inproceedings{jones1997backwards,
title={{Backwards-Compatible Bounds Checking for Arrays and Pointers in C Programs}},
author={Jones, Richard WM and Kelly, Paul HJ},
booktitle={AADEBUG},
pages={13--26},
year={1997}
}
@article{austin1994efficient,
title={Efficient detection of all pointer and array access errors},
author={Austin, Todd M and Breach, Scott E and Sohi, Gurindar S},
journal={ACM SIGPLAN Notices},
volume={29},
number={6},
pages={290--301},
year={1994},
publisher={ACM}
}
@article{one1996smashing,
title={Smashing the stack for fun and profit},
author={One, Aleph},
journal={Phrack magazine},
volume={7},
number={49},
pages={365},
year={1996}
}
@inproceedings{ruwase2004practical,
title={A Practical Dynamic Buffer Overflow Detector.},
author={Ruwase, Olatunji and Lam, Monica S},
booktitle={NDSS},
year={2004}
}
@inproceedings{necula2002ccured,
title={CCured: type-safe retrofitting of legacy code},
author={Necula, George C and McPeak, Scott and Weimer, Westley},
booktitle={ACM SIGPLAN Notices},
volume={37},
number={1},
pages={128--139},
year={2002},
organization={ACM}
}
@inproceedings{jim2002cyclone,
title={Cyclone: A Safe Dialect of {C}.},
author={Jim, Trevor and Morrisett, J Gregory and Grossman, Dan and Hicks, Michael W and Cheney, James and Wang, Yanling},
booktitle={USENIX Annual Technical Conference, General Track},
pages={275--288},
year={2002}
}
@inproceedings{kratkiewicz2005using,
title={Using a diagnostic corpus of C programs to evaluate buffer overflow detection by static analysis tools},
author={Kratkiewicz, Kendra and Lippmann, Richard},
booktitle={Proc. of Workshop on the Evaluation of Software Defect Detection Tools},
year={2005}
}
@article{szekeres2012sok,
title={SoK: Eternal war in memory},
author={Szekeres, L{\'a}szl{\'o} and Payer, Mathias and Wei, Tao and Song, Dawn},
year={2012}
}
@inproceedings{slowinska2012body,
title={Body armor for binaries: preventing buffer overflows without recompilation},
author={Slowinska, Asia and Stancescu, Traian and Bos, Herbert},
booktitle={Proceedings of the USENIX Security Symposium},
year={2012}
}
@inproceedings{akritidis2009baggy,
title={Baggy Bounds Checking: An Efficient and Backwards-Compatible Defense against Out-of-Bounds Errors.},
author={Akritidis, Periklis and Costa, Manuel and Castro, Miguel and Hand, Steven},
booktitle={USENIX Security Symposium},
pages={51--66},
year={2009}
}
@article{shetty2005heapmon,
title={Heapmon: a low overhead, automatic, and programmable memory bug detector},
author={Shetty, Rithin Kumar},
year={2005}
}
@inproceedings{nagarakatte2009softbound,
title={SoftBound: highly compatible and complete spatial memory safety for c},
author={Nagarakatte, Santosh and Zhao, Jianzhou and Martin, Milo MK and Zdancewic, Steve},
booktitle={ACM Sigplan Notices},
volume={44},
number={6},
pages={245--258},
year={2009},
organization={ACM}
}
@article{devietti2008hardbound,
title={{Hardbound: architectural support for spatial safety of the C programming language}},
author={Devietti, Joe and Blundell, Colin and Martin, Milo MK and Zdancewic, Steve},
journal={ACM Sigplan Notices},
volume={43},
number={3},
pages={103--114},
year={2008},
publisher={ACM}
}
@inproceedings{xu2004efficient,
title={{An efficient and backwards-compatible transformation to ensure memory safety of C programs}},
author={Xu, Wei and DuVarney, Daniel C and Sekar, R},
booktitle={ACM SIGSOFT Software Engineering Notes},
volume={29},
number={6},
pages={117--126},
year={2004},
organization={ACM}
}
@inproceedings{peter2013arrakis,
title={Arrakis: a case for the end of the empire},
author={Peter, Simon and Anderson, Thomas},
booktitle={Proceedings of the 14th USENIX conference on Hot Topics in Operating Systems},
pages={26--26},
year={2013},
organization={USENIX Association}
}
@misc{llvmAddrSan,
title={{LLVM Address Sanitization Doc}},
note={\url{http://clang.llvm.org/docs/AddressSanitizer.html}}
}
@misc{llvmAddrSanAlgo,
title={{LLVM Address Sanitizer Algorithm}},
note={\url{https://code.google.com/p/address-sanitizer/wiki/AddressSanitizerAlgorithm}}
}
@misc{intelMpx,
title={Introduction to Intel Memory Protection Extensions},
note={\url{http://software.intel.com/en-us/articles/introduction-to-intel-memory-protection-extensions}}
}
@misc{intelMpxSpec,
title={Intel Architecture Instruction Set Extensions Programming Reference},
note={\url{http://download-software.intel.com/sites/default/files/319433-015.pdf}}
}
@inproceedings{cowan1998stackguard,
title={StackGuard: Automatic adaptive detection and prevention of buffer-overflow attacks},
author={Cowan, Crispin and Pu, Calton and Maier, Dave and Hinton, Heather and Walpole, Jonathan and Bakke, Peat and Beattie, Steve and Grier, Aaron and Wagle, Perry and Zhang, Qian and others},
booktitle={Proceedings of the 7th USENIX Security Symposium},
volume={81},
pages={346--355},
year={1998}
}
@inproceedings{mccanne1993bsd,
title={The BSD packet filter: A new architecture for user-level packet capture},
author={McCanne, Steven and Jacobson, Van},
booktitle={Proceedings of the USENIX Winter 1993 Conference Proceedings on USENIX Winter 1993 Conference Proceedings},
pages={2--2},
year={1993},
organization={USENIX Association}
}
@inproceedings{filander2003comparison,
title={A Comparison of Publicly Available Tools for Dynamic Buffer Overflow Prevention.},
author={Wilander, John and Kamkar, Mariam},
booktitle={NDSS},
volume={3},
pages={149--162},
year={2003}
}
@article{miller1990empirical,
title={An empirical study of the reliability of UNIX utilities},
author={Miller, Barton P and Fredriksen, Louis and So, Bryan},
journal={Communications of the ACM},
volume={33},
number={12},
pages={32--44},
year={1990},
publisher={ACM}
}
@article{necula1996safe,
title={Safe kernel extensions without run-time checking},
author={Necula, George C and Lee, Peter},
journal={SIGOPS Operating Systems Review},
volume={30},
pages={229--244},
year={1996},
publisher={[New York, NY, ACM Special Interest Group on Operating Systems]}
}
@inproceedings{wahbe1994efficient,
title={Efficient software-based fault isolation},
author={Wahbe, Robert and Lucco, Steven and Anderson, Thomas E and Graham, Susan L},
booktitle={ACM SIGOPS Operating Systems Review},
volume={27},
number={5},
pages={203--216},
year={1994},
organization={ACM}
}
@inproceedings{kawahito2000effective,
title={Effective null pointer check elimination utilizing hardware trap},
author={Kawahito, Motohiro and Komatsu, Hideaki and Nakatani, Toshio},
booktitle={ACM SIGOPS Operating Systems Review},
volume={34},
number={5},
pages={139--149},
year={2000},
organization={ACM}
}
@inproceedings{eigler2003mudflap,
title={Mudflap: Pointer Use Checking for C/C+},
author={Eigler, Frank Ch},
booktitle={{GCC Developers Summit}},
pages={57},
year={2003}
}
% --------------------------------------------------------------------------
% Not reviewed yet
% --------------------------------------------------------------------------
@book{necula2002proof,
title={Proof-carrying code. design and implementation},
author={Necula, George C},
year={2002},
publisher={Springer}
}
@inproceedings{dhurjati2006backwards,
title={{Backwards-compatible array bounds checking for C with very low overhead}},
author={Dhurjati, Dinakar and Adve, Vikram},
booktitle={Proceedings of the 28th international conference on Software engineering},
pages={162--171},
year={2006},
organization={ACM}
}
@incollection{clarke2004tool,
title={{A tool for checking ANSI-C programs}},
author={Clarke, Edmund and Kroening, Daniel and Lerda, Flavio},
booktitle={Tools and Algorithms for the Construction and Analysis of Systems},
pages={168--176},
year={2004},
publisher={Springer}
}
@misc{specint,
title={Standard Performance Evaluation Corportation Benchmarks},
author={{SPEC 95}},
year={1995},
note={\url{http://www.spec.org/osg/cpu95/CINT95}}
}
@article{patil1997low,
title={{Low-cost, concurrent checking of pointer and array accesses in C programs}},
author={Patil, Harish and Fischer, Charles},
journal={Softw., Pract. Exper.},
volume={27},
number={1},
pages={87--110},
year={1997}
}
@article{xu2004efficient,
title={{An efficient and backwards-compatible transformation to ensure memory safety of C programs}},
author={Xu, Wei and DuVarney, Daniel C and Sekar, R},
journal={ACM SIGSOFT Software Engineering Notes},
volume={29},
number={6},
pages={117--126},
year={2004},
publisher={ACM}
}
@article{criswell2007secure,
title={Secure virtual architecture: a safe execution environment for commodity operating systems},
author={Criswell, John and Lenharth, Andrew and Dhurjati, Dinakar and Adve, Vikram},
journal={ACM SIGOPS Operating Systems Review},
volume={41},
number={6},
pages={351--366},
year={2007},
publisher={ACM}
}