This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Publications.html
496 lines (465 loc) · 13.6 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
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<!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>
<div id="menu">
<iframe src="menu.html" height="500" frameborder="0" scrolling="auto">
<a href="menu.html">Click here to load the iframe menu.</a>
</iframe>
</div>
<div id="content">
<!--*********************************************************************-->
<h1>KLEE-related Publications and Systems</h1>
<!--*********************************************************************-->
<p>Below you can find a list of papers that use or extend KLEE.
Papers are listed in chronological order. <br/>If you have used and
extended KLEE, please share your experience by having your paper
listed here (email klee-dev-owner or c.cadar AT imperial.ac.uk).</p>
<ol start="0">
<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>
<b>KleeNet is available <a href="https://www.comsys.rwth-aachen.de/research/projects/kleenet/">here</a>.</b>
<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://www.cs.vu.nl/%7Eherbertb/papers/dde_ndss11-preprint.pdf">
<em>
Howard: A Dynamic Excavator for Reverse Engineering Data Structures
</em>
</a>
<br>
Asia Slowinska, Traian Stancescu, Herbert Bos
<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/>
<b>S2E is available <a href="http://s2e.epfl.ch/">here</a>.</b>
<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/>
<b>Cloud9 is available <a href="http://cloud9.epfl.ch/">here</a>.</b>
<br/><br/>
</li>
<li>
<a href="http://srg.doc.ic.ac.uk/publications/kleefp-eurosys-11.html">
<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>
October 23-26, 2011, Cascais, Portugal
<br><br>
</li>
<li>
<a href="http://www.cs.utah.edu/~ligd/publications/KLOVER-CAV11.pdf">
<em>
KLOVER: A Symbolic Execution and Automatic Test Generation Tool for C++ Programs
</em>
</a>
<br>
Guodong Li, Indradeep Ghosh and Sreeranga Rajan
<br>
International Conference on Computer Aided Verification (CAV 2011)
<br>
July 14-20, 2011, Cliff Lodge, Snowbird, UT, USA
<br><br>
</li>
<li>
<a href="http://srg.doc.ic.ac.uk/publications/kleecl-hvc-11.html">
<em>
Symbolic Testing of OpenCL Code
</em>
</a>
<br>
Peter Collingbourne, Cristian Cadar, Paul H. J. Kelly
<br>
Haifa Verification Conference (HVC 2011)
<br>
December 6-8, 2011, Haifa, Israel
<br><br>
</li>
<li>
<a href="http://www.cs.utah.edu/formal_verification/GKLEE/ppopp12-gklee-accepted-version.pdf">
<em>
GKLEE: Concolic Verification and Test Generation for GPUs
</em>
</a>
<br>
Guodong Li, Peng Li, Geof Sawaya, Ganesh Gopalakrishnan, Indradeep Ghosh, and Sreeranga P. Rajan
<br>
ACM Symposium on Principles and Practice of Parallel Programming (PPoPP 2012)
<br>
February 25-29, 2012, New Orleans, LA, USA
<br>
<b>GKLEE is available <a href="http://www.cs.utah.edu/formal_verification/GKLEE">here</a>.</b>
<br><br>
</li>
<li>
<a href="http://srg.doc.ic.ac.uk/publications/zesti-icse-12.html">
<em>
make test-zesti: A Symbolic Execution Solution for Improving Regression Testing
</em>
</a>
<br>
Paul Dan Marinescu, Cristian Cadar
<br>
International Conference on Software Engineering (ICSE 2012)
<br>
June 2-9, 2012, Zurich, Switzerland
<br>
<b>ZESTI is available <a href="http://srg.doc.ic.ac.uk/projects/zesti/">here</a>.</b>
<br><br>
</li>
<li>
<a href="http://www.cc.gatech.edu/~orso/papers/jin.orso.ICSE12.pdf">
<em>
BugRedux: Reproducing Field Failures for In-House Debugging
</em>
</a>
<br>
Wei Jin, Alessandro Orso
<br>
International Conference on Software Engineering (ICSE 2012)
<br>
June 2-9, 2012, Zurich, Switzerland
<br>
<b>BugRedux is available <a href="http://www.cc.gatech.edu/~wjin6/mypage/bugredux.html">here</a>.</b>
<br><br>
</li>
<li>
<a href="http://dslab.epfl.ch/pubs/stateMerging.pdf">
<em>
Efficient State Merging in Symbolic Execution
</em>
</a>
<br>
Volodymyr Kuznetsov, Johannes Kinder, Stefan Bucur, George Candea
<br>
Programming Language Design and Implementation (PLDI)
<br>
June 11-16, 2012, Beijing, China
<br><br>
</li>
<li>
<a href="http://srg.doc.ic.ac.uk/publications/highcovpatch-spin-12.html">
<em>
High-Coverage Symbolic Patch Testing
</em>
</a>
<br>
Paul Dan Marinescu, Cristian Cadar
<br>
SPIN Workshop on Model Checking of Software (SPIN 2012)
<br>
July 23-24, 2012, Oxford, UK
<br><br>
</li>
<li>
<a href="http://is.muni.cz/repo/984069/sse.pdf">
<em>
Checking Properties Described by State Machines: On Synergy of Instrumentation, Slicing, and Symbolic Execution
</em>
</a>
<br>
Jiri Slaby, Jan Strejcek, Marek Trtík
<br>
Formal Methods for Industrial Critical Systems (FMICS 2012)
<br>
August 27-28, 2012, Paris, France
<br><br>
</li>
<li>
<a href="http://earlbarr.com/publications/ariadne.pdf">
<em>
Automatic Detection of Floating-Point Exceptions
</em>
</a>
<br>
Peter C. Rigby, Earl T. Barr, Christian Bird, Premkumar Devanbu, Daniel M. German
<br>
Principles of Programming Languages (POPL)
<br>
January 23-25, 2013, Rome, Italy
<br><br>
</li>
<li>
<a href="http://is.muni.cz/repo/1078253/77950621.pdf">
<em>
Symbiotic: Synergy of Instrumentation, Slicing, and Symbolic Execution (Competition Contribution)
</em>
</a>
<br>
Jiri Slaby, Jan Strejcek, Marek Trtík
<br>
International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS 2013)
<br>
March 16-24, 2013, Rome, Italy
<br><br>
</li>
<li>
<a href="http://web.cecs.pdx.edu/~leil/pub/Conformance.pdf">
<em>
Post-silicon Conformance Checking with Virtual Prototypes
</em>
</a>
<br>
Li Lei and Fei Xie and Kai Cong
<br>
Annual Design Automation Conference (DAC 2013)
<br>
June 1-5, 2013, San Francisco, CA, USA
<br><br>
</li>
<li>
<a href="http://www.stanford.edu/~suhabe/atc13-bugrara.pdf">
<em>
Redundant State Detection for Dynamic Symbolic Execution
</em>
</a>
<br>
Suhabe Bugrara, Dawson Engler
<br>
USENIX Annual Technical Conference (USENIX ATC 2013)
<br>
June 26-28, 2013, San Jose, California
<br><br>
</li>
<li>
<a href="https://www.usenix.org/conference/usenixsecurity13/technical-sessions/paper/davidson">
<em>
FIE on Firmware: Finding Vulnerabilities in Embedded Systems Using Symbolic Execution
</em>
</a>
<br>
Drew Davidson, Benjamin Moench, Somesh Jha, and Thomas Ristenpart University of Wisconsin-Madison
<br>
22nd USENIX Security Symposium
<br>
August 14-16, 2013, Washington, D.C., USA
<br><br>
</li>
<li>
<a href="http://srg.doc.ic.ac.uk/publications/katch-fse-13.html">
<em>
KATCH: High-Coverage Testing of Software Patches
</em>
</a>
<br>
Paul Dan Marinescu, Cristian Cadar
<br>
Joint meeting of the European Software Engineering Conference and the Symposium on the Foundations of Software Engineering (ESEC/FSE 2013)
<br>
August 18-26, 2013, St Petersburg, Russia
<br><br>
</li>
<li>
<a href="http://seg.nju.edu.cn/~leo86/Steering%20Symbolic%20Execution%20to%20Less%20Traveled%20Paths.pdf">
<em>
Steering Symbolic Execution to Less Traveled Paths
</em>
</a>
<br>
You Li, Zhendong Su, Linzhang Wang, Xuandong Li
<br>
International Conference on Object Oriented Programming Systems,
Languages, and Applications (OOPSLA 2013)
<br>
October 26-31, 2013, Indianapolis, IN, USA
<br><br>
</li>
</ol>
</div>
</body>
</html>