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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>KLEE - Publications</title>
<link type="text/css" rel="stylesheet" href="menu.css">
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
<h1>KLEE-related publications:</h1>
<!--*********************************************************************-->
Below you can find a list of papers that use or extend KLEE. Papers
are listed in chronological order. If you would like to have your
paper listed here, please send email to the
<a href="http://keeda.stanford.edu/mailman/listinfo/klee-dev">klee-dev</a>
mailing list.</a>
<ol>
<li>
<a href="http://www.doc.ic.ac.uk/~cristic/papers/klee-osdi-08.pdf">
<em>
KLEE: Unassisted and Automatic Generation of High-Coverage Tests for
Complex Systems Programs
</em>
</a>
<br>
Cristian Cadar, Daniel Dunbar, Dawson Engler
<br>
USENIX Symposium on Operating Systems Design and Implementation (OSDI 2008)
<br>
December 8-10, 2008, San Diego, CA, USA
<br><br>
</li>
<li>
<a href="http://www.isoc.org/isoc/conferences/ndss/10/pdf/01.pdf">
<em>
Server-side Verification of Client Behavior in Online Games
</em>
</a>
<br>
Darrell Bethea, Robert Cochran, Michael Reiter
<br>
Network and Distributed System Security Symposium (NDSS 2010)
<br>
February 28 - March 3, San Diego, CA, USA
<br><br>
</li>
<li>
<a href="http://www.comsys.rwth-aachen.de/fileadmin/papers/2010/2010-04-ipsn-sasnauskas-KleeNet.pdf">
<em>
KleeNet: Discovering Insidious Interaction Bugs in Wireless Sensor Networks Before Deployment
</em>
</a>
<br>
Raimondas Sasnauskas, Olaf Landsiedel, Muhammad Hamad Alizai,
Carsten Weise, Stefan Kowalewski, Klaus Wehrle
<br>
ACM/IEEE International Conference on Information Processing in Sensor Networks (IPSN 2010)
<br>
April 12-16, 2010, Stockholm, Sweden
<br><br>
</li>
<li>
<a href="http://dslab.epfl.ch/pubs/esd.pdf">
<em>
Execution Synthesis: A Technique for Automated Software Debugging
</em>
</a>
<br>
Cristian Zamfir, George Candea
<br>
ACM SIGOPS/EuroSys European Conference on Computer Systems (EuroSys 2010)
<br>
April 13-16, 2010, Paris, France
<br><br>
</li>
<li>
<a href="http://dslab.epfl.ch/pubs/revnic.pdf">
<em>
Reverse Engineering of Binary Device Drivers with RevNIC
</em>
</a>
<br>
Vitaly Chipounov, George Candea
<br>
ACM SIGOPS/EuroSys European Conference on Computer Systems (EuroSys 2010)
<br>
April 13-16, 2010, Paris, France
<br><br>
</li>
<li>
<a href="http://dslab.epfl.ch/pubs/ddt.pdf">
<em>
Testing Closed-Source Binary Device Drivers with DDT
</em>
</a>
<br>
Volodymyr Kuznetsov, Vitaly Chipounov, George Candea
<br>
USENIX Annual Technical Conference (USENIX ATC 2010)
<br>
June 22-25, 2010, Boston, MA, USA
<br><br>
</li>
<li>
<a href="http://rcs.cs.columbia.edu/papers/cui-tern-osdi10.pdf">
<em>
Stable Deterministic Multithreading through Schedule Memoization
</em>
</a>
<br>
Heming Cui, Jingyue Wu, Chia-che Tsai, Junfeng Yang
<br>
USENIX Symposium on Operating Systems Design and Implementation (OSDI 2010)
<br>
October 4-6, 2010, Vancouver, BC, Canada
<br><br>
</li>
<li>
<a href="http://security.ece.cmu.edu/aeg/aeg-ndss-2011.pdf">
<em>
AEG: Automatic Exploit Generation
</em>
</a>
<br>
Thanassis Avgerinos, Sang Kil Cha, Brent Lim Tze Hao, David Brumley
<br>
Network and Distributed System Security Symposium (NDSS 2011)
<br>
February 6-9, 2011, San Diego, CA, USA
<br><br>
</li>
<li>
<a href="http://dslab.epfl.ch/pubs/s2e.pdf?attredirects=0">
<em>
S2E: A Platform for In Vivo Multi-Path Analysis of Software Systems
</em>
</a>
<br>
Vitaly Chipounov, Volodymyr Kuznetsov, George Candea
<br>
International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2011)
<br>
March 5-11, 2011, Newport Beach, CA
<br><br>
</li>
<li>
<a href="http://dslab.epfl.ch/pubs/cloud9.pdf?attredirects=0">
<em>
Parallel Symbolic Execution for Automated Real-World Software Testing
</em>
</a>
<br>
ACM SIGOPS/EuroSys European Conference on Computer Systems (EuroSys 2011)
<br/>
Stefan Bucur, Vlad Ureche, Cristian Zamfir, George Candea
<br/>
April 10-13, 2011, Salzburg, Austria
<br/><br/>
</li>
<li>
<a href="http://www.doc.ic.ac.uk/~pcc03/eurosys11klee.pdf">
<em>
Symbolic Crosschecking of Floating-Point and SIMD Code
</em>
</a>
<br/>
Peter Collingbourne, Cristian Cadar, Paul H. J. Kelly
<br/>
ACM SIGOPS/EuroSys European Conference on Computer Systems (EuroSys 2011)
<br/>
April 10-13, 2011, Salzburg, Austria
<br/><br/>
</li>
<li>
<a href="http://keeda.stanford.edu/~daramos/papers/ucklee-cav-2011.pdf">
<em>
Practical, Low-Effort Equivalence Verification of Real Code
</em>
</a>
<br/>
David Ramos, Dawson Engler
<br >
Computer Aided Verification (CAV 2011)
<br/>
July 16-20, 2011, Snowbird, UT, USA
<br/><br/>
</li>
<li>
<a href="http://www.comsys.rwth-aachen.de/fileadmin/papers/2011/2011-06-icdcs-sasnauskas-sde.pdf">
<em>
Scalable Symbolic Execution of Distributed Systems
</em>
</a>
<br>
Raimondas Sasnauskas, Oscar Soria Dustmann, Benjamin Lucien Kaminski,
Carsten Weise, Stefan Kowalewski, Klaus Wehrle
<br>
IEEE International Conference on Distributed Computing Systems (ICDCS 2011)
<br>
June 20-24, 2011, Minneapolis, MN, USA
<br><br>
</li>
<li>
<a href="http://rcs.cs.columbia.edu/papers/peregrine-sosp11.pdf">
<em>
Efficient Deterministic Multithreading through Schedule Relaxation
</em>
</a>
<br>
Heming Cui, Jingyue Wu, John Gallagher, Huayang Guo, Junfeng Yang
<br>
ACM Symposium on Operating Systems Principles (SOSP 2011)
<br>
23-26 October, 2011, Cascais, Portugal
<br><br>
</li>
</ol>
</div>
</body>
</html>
|